Skip to content

Instantly share code, notes, and snippets.

@ddoomm
Created May 9, 2022 13:54
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 ddoomm/596b7bfce0531d8521af4a921af85aec to your computer and use it in GitHub Desktop.
Save ddoomm/596b7bfce0531d8521af4a921af85aec to your computer and use it in GitHub Desktop.
Compress videos in MP4
ffmpeg -i input.mkv -c copy output.mp4
or 
ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment