Skip to content

Instantly share code, notes, and snippets.

@mayeaux
Forked from ksharsha/ffmpeg-compress
Created December 5, 2017 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayeaux/f397f859e60eeefa61f8e13329b2242a to your computer and use it in GitHub Desktop.
Save mayeaux/f397f859e60eeefa61f8e13329b2242a to your computer and use it in GitHub Desktop.
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