Skip to content

Instantly share code, notes, and snippets.

@lovmoon3k
Forked from lukehedger/ffmpeg-compress-mp4
Created November 26, 2022 13:11
Show Gist options
  • Save lovmoon3k/240066f985f16a0aa23f6160c6dd025d to your computer and use it in GitHub Desktop.
Save lovmoon3k/240066f985f16a0aa23f6160c6dd025d to your computer and use it in GitHub Desktop.
Compress mp4 using FFMPEG
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment