Skip to content

Instantly share code, notes, and snippets.

@All4Gis
Forked from lukehedger/ffmpeg-compress-mp4
Created March 24, 2021 17:49
Show Gist options
  • Save All4Gis/c19f83cc0b5e7efcecf138a1dc3bf437 to your computer and use it in GitHub Desktop.
Save All4Gis/c19f83cc0b5e7efcecf138a1dc3bf437 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