Skip to content

Instantly share code, notes, and snippets.

@yusufusta
Forked from lukehedger/ffmpeg-compress-mp4
Created August 2, 2019 15:39
Show Gist options
  • Save yusufusta/d1b07bd1c08d6e6b4677dd52ba404e42 to your computer and use it in GitHub Desktop.
Save yusufusta/d1b07bd1c08d6e6b4677dd52ba404e42 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