On Wed, Mar 02, 2005 at 09:37:37PM +0100, Jan Rottschaefer wrote:
> ...
> 
> When i record one hour with
> 
> streamer -t 1:00:00 -s  480x576   -r 25 -j 85 -f mjpeg -F stereo -o 
> testy.avi
> 
> i get a 6 to 7Gig avi file. Next step i extract video and audio using:
> ...
> lav2yuv +p testy.avi | mpeg2enc -f8 -b4000 -o testy.m1v
> 
> stops. Now what i did was rechecking the ./configure script of the mjpeg 
> build for large file support options but I could only find a "disable" 
> option. Anyhow I tried the following

One quick guess.  The avi file format that the mjpeg tools
understands is not large file (>2G) compatible.  So the problem could
be that you are feeding lav2yuv an avi file that is bigger than it
knows how to handle, no matter the level of support for large files
in your OS.

Is there any way in streamer to record to several avi files in
sequence, each under 2G, must like lavrecord is capable of doing?



-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to