Skip to content

Instantly share code, notes, and snippets.

@jochemstoel
Forked from lukehedger/ffmpeg-compress-mp4
Created November 19, 2018 13:01
Show Gist options
  • Select an option

  • Save jochemstoel/b66a1d151a7b50a134167e9348b87f7c to your computer and use it in GitHub Desktop.

Select an option

Save jochemstoel/b66a1d151a7b50a134167e9348b87f7c 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