Skip to content

Instantly share code, notes, and snippets.

@asciitohex
Forked from lukehedger/ffmpeg-compress-mp4
Created January 13, 2023 12:25
Show Gist options
  • Save asciitohex/c0aa8f431a12df3fc0ef26c1ef25ca5c to your computer and use it in GitHub Desktop.
Save asciitohex/c0aa8f431a12df3fc0ef26c1ef25ca5c 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