Skip to content

Instantly share code, notes, and snippets.

@sidisinsane
Created April 2, 2020 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sidisinsane/a3081e952907e664fce703a5acc92bdd to your computer and use it in GitHub Desktop.
Save sidisinsane/a3081e952907e664fce703a5acc92bdd to your computer and use it in GitHub Desktop.
Compress MP4 with FFmpeg
ffmpeg -i source.mp4 -vcodec h264 -b:v 1000k -acodec mp3 target.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment