Converting AVI to MP4

I use ffmpeg in order to convert a file from avi to mp4 format.1 In my case, I use cygwin in Windows PC and svn for download the ffmpeg, and compile it.

Once ffmpeg is installed, you can do like following to convert a file from avi to mp4 (H.264).

ffmpeg -i a.avi a.mp4
Tuesday, February 9th, 2010 at 00:17

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">