Hallo > I have a 1.6GB source XviD AVI file. This single file contains a number of > episodes, each about half an hour long or less, and I want to put each > episode into its own file. The mjpegtools only support the old spec for AVI, with the 2GB filesize limit. If you like to work with single large file use quicktime.
> I'm starting by using mplayer to decode the source file, sending its output > to a fifo which gets catted into 'yuv2lav -o video.avi'. I run into file > size limits if I try to do the whole source at once. If I have mplayer only > play a single episode, that will result in a file small enough for the > video, but not the audio (lavaddwav complains about AVI file size limit). You could cut it manual, run first, lavinfo on the file, you know the length of the file and can cut the audio than. > I realize I can have yuv2lav chop up its input into smaller AVI files, but > I'm not sure how I'd get the audio chopped up exactly the same way so it is > in sync in each file. The HOWTO has you do the video and audio in two > different steps. > > Even if I did manage to have the audio & video in sync in those smaller > parts, I'd have to join it all together at the end somehow. Why, when you have several small parts the mjpegtools can handle several files at once: lav2yuv same for lav2wav. Or you create a editlist file with glav/lavplay: glav file1.avi file2.avi ... filen.avi And create afterwards you editlistefiles with your episodes, and encode them: lav2yuv episode1.eli | ... lav2yuv episode2.eli | ... > So, can anyone provide any suggestions for working around these file size > limits for what I'm trying to do? Hope that helps auf hoffentlich bald, Berni the Chaos of Woodquarter Email: [EMAIL PROTECTED] www: http://www.lysator.liu.se/~gz/bernhard ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users