Skip to content

Instantly share code, notes, and snippets.

@denovo
Last active July 21, 2017 14:29
Show Gist options
  • Select an option

  • Save denovo/598ecabb305e7f254c454a691d4de801 to your computer and use it in GitHub Desktop.

Select an option

Save denovo/598ecabb305e7f254c454a691d4de801 to your computer and use it in GitHub Desktop.
compress video mp4 file with ffmpeg
ffmpeg -i input.mp4 -vcodec h264 -acodec aac output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment