[MPlayer-users] Bug Report: jpeg to avi is broken
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Jul 16 23:57:55 CEST 2005
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.
Greetings,
Reimar Döffinger
More information about the MPlayer-users
mailing list