Thursday, February 25, 2010

Tips: Video: convert mov to avi file using ffmpeg

Use the following command to convert .mov file to .avi file.
ffmpeg -i file-name.mov -g 60 -vcodec msmpeg4v2 -acodec pcm_u8 -f avi file-name.avi

No comments: