Skip to content

Instantly share code, notes, and snippets.

@olegbliaher
Last active March 11, 2021 08:08
Show Gist options
  • Save olegbliaher/e4fd9c668ab2e389bd8a89920bb4cdb0 to your computer and use it in GitHub Desktop.
Save olegbliaher/e4fd9c668ab2e389bd8a89920bb4cdb0 to your computer and use it in GitHub Desktop.
ffmpeg video compression
ffmpeg -i file.flv -vcodec libx264 -strict -2 out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment