Skip to content

Instantly share code, notes, and snippets.

@iykex
Forked from lukehedger/ffmpeg-compress-mp4
Created October 18, 2018 17:35
Show Gist options
  • Save iykex/791968c93ff574d3d923bce323df4e46 to your computer and use it in GitHub Desktop.
Save iykex/791968c93ff574d3d923bce323df4e46 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