Hallo

> How i can use lavtools for edit DivX(XviD or other fotmat) files?
> Where i can find decoder divx2mjpeg (xvid2mjpeg) avi?
> Mencoder? FFmpeg?
mencoder is nearly correct. 

You have to use mplayer with the -vo yuv4mpeg output driver and a fifo
file:
mplayer -vo null -ao pcm -waveheader file.avi
mkfifo stream.yuv 
mplayer -vo yuv4mpeg -nosound -noframedrop file.avi &
cat stream.yuv | yuv2lav -o video.avi
lavaddwav video.avi audiodump.wav stream.avi

You can replace the yuv2lav with anything else. 

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: 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

Reply via email to