Skip to content

Instantly share code, notes, and snippets.

@vigosan
Forked from lukehedger/ffmpeg-compress-mp4
Created March 12, 2024 15:20
Show Gist options
  • Save vigosan/262be3e171794c55d9d81eddbaa222fa to your computer and use it in GitHub Desktop.
Save vigosan/262be3e171794c55d9d81eddbaa222fa 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