Skip to content

Instantly share code, notes, and snippets.

@struCoder
Created September 7, 2016 06:20
Show Gist options
  • Save struCoder/48a45d610860681c57b2c18327b82725 to your computer and use it in GitHub Desktop.
Save struCoder/48a45d610860681c57b2c18327b82725 to your computer and use it in GitHub Desktop.
use fmpeg to compress mp4 video

use fmpeg to compress mp4 video

ffmpeg -i "input.MP4" -vb xxxk -vcodec libx264 -ab 64k -ar 44100 -y "output_.MP4"

xxxk: You should adjust its size according to your needs.

For example i use 2000k to compress Gopro mp4 videos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment