Skip to content

Instantly share code, notes, and snippets.

@ryanamaral
Forked from lukehedger/ffmpeg-compress-mp4
Created May 6, 2020 23:58
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 ryanamaral/815ff974aaa2ed1e7dcb6c2ff2581d35 to your computer and use it in GitHub Desktop.
Save ryanamaral/815ff974aaa2ed1e7dcb6c2ff2581d35 to your computer and use it in GitHub Desktop.
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment