Skip to content

Instantly share code, notes, and snippets.

@olebedev
Forked from lukehedger/ffmpeg-compress-mp4
Created January 28, 2017 19:10
Show Gist options
  • Save olebedev/d3fa5e496059bf45a614bb6ac2795f35 to your computer and use it in GitHub Desktop.
Save olebedev/d3fa5e496059bf45a614bb6ac2795f35 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