Skip to content

Instantly share code, notes, and snippets.

@virtualadrian
Forked from ksharsha/ffmpeg-compress
Last active December 31, 2018 11:33
Show Gist options
  • Select an option

  • Save virtualadrian/4d15b2723dda65d9455573333658c8a2 to your computer and use it in GitHub Desktop.

Select an option

Save virtualadrian/4d15b2723dda65d9455573333658c8a2 to your computer and use it in GitHub Desktop.
Compress MP4 video with FFMpeg Macos
ffmpeg -i data/video.mp4 -vcodec h264 -b:v 1000k -acodec mp2 data/output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment