Skip to content

Instantly share code, notes, and snippets.

@kachidk
Forked from lukehedger/ffmpeg-compress-mp4
Created November 24, 2023 15:00
Show Gist options
  • Save kachidk/a3aae2f88b5f1d5ac0fc8cc24b9d29e9 to your computer and use it in GitHub Desktop.
Save kachidk/a3aae2f88b5f1d5ac0fc8cc24b9d29e9 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