Skip to content

Instantly share code, notes, and snippets.

@trungpv93
Created October 20, 2016 09:11
Show Gist options
  • Save trungpv93/81ae2a89c83338fe123634659601dc2f to your computer and use it in GitHub Desktop.
Save trungpv93/81ae2a89c83338fe123634659601dc2f to your computer and use it in GitHub Desktop.
How To Compress AVI and MP4 Video Files With FFmpeg - Ubuntu/Debian
ffmpeg -i input.avi -vcodec msmpeg4v2 output.avi
ffmpeg -i input.mp4 -acodec mp2 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment