Hello, 

I have a script to convert JPEG-files from a digital-photo-camera to 
MVI-files(mpeg2) to wiew them on my settopbox(Dreambox500) using: 

jpeg2yuv -v0 -f25 -n1 -Ip -j<jpeg>.jpg | 
yuvscaler -v0 -OSIZE_720x576 2> /dev/null | 
mpeg2enc -v0 -a2 -np --cbr -b10000 -D8 -f3 -o <jpeg>.mvi 

from mjpeg-tools 

It works fine only for about one out of 5 pictures I got an errormessage like: 
jpegdata ended unexpectedly and the mpeg2-File contains only the upper portiohn 
of the picture the rest is gray, all the JPEGSs can be shown with several 
different viewers under Windows and Linux without any problems. 
Why mjpegtools does not process these JPEGs properly? Or if they really are 
corrupt, why can the viewers show them correctly? Is there any tool to fir such 
JPEG-files that they will be accepted by mjpegtools? 

beye 

chriwi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to