Skip to content

Instantly share code, notes, and snippets.

@adriancb
Created August 21, 2013 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriancb/6296090 to your computer and use it in GitHub Desktop.
Save adriancb/6296090 to your computer and use it in GitHub Desktop.
ffmpeg -i input.avi -acodec libfaac -b:a 128k -vcodec mpeg4 -b:v 1200k -flags +aic+mv4 output.mp4
ffmpeg -i input.mkv -c:v copy -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment