Skip to content

Instantly share code, notes, and snippets.

@simonecorsi
Forked from lukehedger/ffmpeg-compress-mp4
Created July 20, 2018 14:09
Show Gist options
  • Save simonecorsi/a94aebdb1f310d3c699c7ac5aacc47e3 to your computer and use it in GitHub Desktop.
Save simonecorsi/a94aebdb1f310d3c699c7ac5aacc47e3 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