Skip to content

Instantly share code, notes, and snippets.

@agarzon
Created August 9, 2013 18:49
Show Gist options
  • Save agarzon/6196114 to your computer and use it in GitHub Desktop.
Save agarzon/6196114 to your computer and use it in GitHub Desktop.
ffmpeg mkv to avi
ffmpeg -i "File.mkv" -f avi -c:v mpeg4 -b:v 4000k -c:a libmp3lame -b:a 320k "File.avi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment