Skip to content

Instantly share code, notes, and snippets.

@RustemB
Forked from lukehedger/ffmpeg-compress-mp4
Last active March 8, 2019 13:43
Show Gist options
  • Save RustemB/8f4609223789caef29e35a37d972c782 to your computer and use it in GitHub Desktop.
Save RustemB/8f4609223789caef29e35a37d972c782 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