Skip to content

Instantly share code, notes, and snippets.

@CoderJava
Forked from lukehedger/ffmpeg-compress-mp4
Created June 26, 2019 08:19
Show Gist options
  • Save CoderJava/974e08e4e46885ba4417ba1726bcb6a7 to your computer and use it in GitHub Desktop.
Save CoderJava/974e08e4e46885ba4417ba1726bcb6a7 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