On Wed, 31 Dec 2003, Jon Stahl wrote: > I am having a problem with mpeg2enc.
Hmmm, I think the real problem is lav2yuv in this case. mpeg2enc only sees the YUV output - if lav2yuv stops after 8502 frames then that is all the encoder will get. > I have edited some .avi files with kino to join them together > and create a longer file. When I attempt to encode the resulting How large is the single .avi file? Is it less than 2GB? Kino might support the ODML AVI format that allows larger files but lav2yuv does not and might stop after the first 2GB. > .avi, mpeg2enc stops after the first section with the following > message: > > INFO: [mpeg2enc] Signaling last frame = 8502 > > lav2yuv <input> | mpeg2enc -M $(THREADS) -f 8 -a $(ASPECT_RATIO) \ > -q $(QUALITY) -b $(BITRATE) -o <output> > > Any suggestions would be appreciated ... The manpage for lav2yuv suggests it will accept multiple inputfiles. Perhaps something like this: lav2yuv file1 file2 file3 ... | mpeg2enc ... will work for you. Cheers, Steven Schultz ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users