Skip to content

Instantly share code, notes, and snippets.

@erikstorm
Forked from lukehedger/ffmpeg-compress-mp4
Last active March 9, 2018 06:07
Show Gist options
  • Save erikstorm/c420be2a905f09a5d7d5f0a030eb01c3 to your computer and use it in GitHub Desktop.
Save erikstorm/c420be2a905f09a5d7d5f0a030eb01c3 to your computer and use it in GitHub Desktop.
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -b:v 800k -acodec mp3 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment