Hallo

Peter Federighi wrote:
> I have also dealt with this issue.  If your source is playable with
> mplayer/mencoder and you have the hard drive space, I have found the
> following to at least let many more programs use the video.
> 
> mencoder -forceidx -ovc copy -oac copy -o new.avi source.avi

The Version that needs less disk space is:
mkfifo stream.yuv
cat stream.yuv | mpeg2enc -f 8 -o test.m2v &
mplayer -nosound -noframedrop -vo yuv4mpeg anyfile.avi

mplayer -vo null -ao pcm:file=anyfile.wav anyfile.avi
and that pipe the wave file into mp2enc or any other programm.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to