Hallo

> I read
> https://sourceforge.net/docman/display_doc.php?docid=3456&group_id=5776#ss4.1
> as well as jpeg2yuv and mpeg2enc's man pages and I still cannot make
> it work
> 
> I tried :
> jpeg2yuv -f 10 -I p -n 32 -j images_test2/*.jpg | mpeg2enc -F 2 -a 1
> -f 3 -b 128 -o video2.mpeg2
> 
> where images_test2 contains 32 images named evt00001.jpg to
> evt00032.jpg
> which are 640x480
> 
> the resulting file video2.mpeg2 seems to be corrupted and and only
> shows the first image
What is the excat error message ? (add -v 2 to mpeg2enc and jpeg2yuv)

I would guess that mpeg2enc does not want to encode a stream at 10FPS
because that is no legal Framerate. Also the resulution does not fit to
any norm well, and the pixle aspect ration. You might have to add a
scaler to correct that. 

Your command should look more like that:
jpeg2yuv -f 24 -I p -n 32 -L 0 -b 1 -j images_test2/evt%05d.jpeg |
mpeg2enc -f 3 -a 1 -b 4000 -o video2.mp2 


auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to