Skip to content

Instantly share code, notes, and snippets.

@markterence
Forked from lukehedger/ffmpeg-compress-mp4
Created March 29, 2024 13:02
Show Gist options
  • Save markterence/13a40dabf62d1af67f21a197c70107b2 to your computer and use it in GitHub Desktop.
Save markterence/13a40dabf62d1af67f21a197c70107b2 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