Skip to content

Instantly share code, notes, and snippets.

@johnsage25
Forked from lukehedger/ffmpeg-compress-mp4
Created June 14, 2020 21:18
Show Gist options
  • Save johnsage25/0625125c43016f52673d0e7ec7332d8a to your computer and use it in GitHub Desktop.
Save johnsage25/0625125c43016f52673d0e7ec7332d8a 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