[MPlayer-users] Bug Report: jpeg to avi is broken
Philip Walden
pwaldenlinux at pacbell.net
Sun Jul 17 01:15:06 CEST 2005
Reimar Döffinger wrote:
>Hi,
>On Sat, Jul 16, 2005 at 02:03:34PM -0700, Philip Walden wrote:
>
>
>>So it would seem you guess might be correct. I would think that mplayer
>>would wanty to be able to handle most jpegs. Could I send someone a
>>sample of a few jpegs to see what they can find about these things?
>>
>>
>
>Depending on size send them either to this list or upload to
>ftp://mplayerhq.hu/MPlayer/incoming.
>
>
>
>>Converting a 1000 jpegs to png is not what I wanted to do. I was hoping
>>for something that could automatically convert these webcam pictures to
>>a movie on the fly daily or hourly without a lot of pre-processing.
>>
>>
>
>Well, you could do e.g.
>for i in *.jpg ; do
> jpegtopnm "$i" | pnmtopng > "$i".png
>done
>
>beforehand.
>
>
Well this is an acceptable workaround. Thank you very much for your
patience and help!
Using png files the mf:// input works as I expect.
But it still sounds like a bug in the jpeg trancode.
More information about the MPlayer-users
mailing list