Skip to content

Instantly share code, notes, and snippets.

@adrianjguerrero
Forked from lukehedger/ffmpeg-compress-mp4
Created August 31, 2020 23:46
Show Gist options
  • Save adrianjguerrero/1f95da40f0bb126d858894e2cd8e9cdd to your computer and use it in GitHub Desktop.
Save adrianjguerrero/1f95da40f0bb126d858894e2cd8e9cdd 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