Log in

View Full Version : Motion-jpeg converter


sun_ryan
30th May 2008, 02:23
I need convert all kinds of media files into motion-jpeg(avi container).

Could anybody show me a suitable software?

LoRd_MuldeR
31st May 2008, 17:01
Did you try MEncoder?
MEncoder.exe -oac pcm -ovc lavc -lavcopts vcodec=mjpeg -o "c:\output.avi" "c:\input.foo"

Should work with almost any input type, basically with everything that plays in MPlayer...