Skip to content

Instantly share code, notes, and snippets.

@alchem0x2A
Forked from lukehedger/ffmpeg-compress-mp4
Created March 19, 2020 11:20
Show Gist options
  • Save alchem0x2A/48afe5054c53968e06ecc3906d365f9a to your computer and use it in GitHub Desktop.
Save alchem0x2A/48afe5054c53968e06ecc3906d365f9a 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