PDA

View Full Version : Create M2V-File from JPEG


mag2k4
14th February 2004, 12:54
Hello!
I hope anybody can help here.
I want to know, how can i produce an M2V-File with I-Pictures only from a JPEG-File with JPEG2YUV.
Or is there a better Commandline-Tool out for this job.

Thanks for your Help
mag2k4:)

jcsston
25th February 2004, 01:46
mjpegtools can encode a set of JPEG to a MPEG-2 stream

You would use a command-line like this one

jpeg2yuv -j voyager%04d.jpg -b 0 -Ip -f 24 | mpeg2enc -M 0 -f 3 -b 3500 -q 9 -o voyager.m2v

Checkout the mjpegtools docs for more infomation.