Skip to content

Instantly share code, notes, and snippets.

@gonnavis
Forked from ksharsha/ffmpeg-compress
Created January 9, 2021 12:46
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 gonnavis/2e6608c664d6e2c7394745af70b61728 to your computer and use it in GitHub Desktop.
Save gonnavis/2e6608c664d6e2c7394745af70b61728 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