Skip to content

Instantly share code, notes, and snippets.

@quangbahoa
Forked from ksharsha/ffmpeg-compress
Last active August 14, 2020 10:54
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 quangbahoa/256ec59cc4e5bf079a708e96f4af7619 to your computer and use it in GitHub Desktop.
Save quangbahoa/256ec59cc4e5bf079a708e96f4af7619 to your computer and use it in GitHub Desktop.
ffmpeg -i data/video.mp4 -vcodec h264 -b:v 1000k -acodec mp2 data/output.mp4
ffmpeg -i data/video.mp4 -vcodec h264 -b:v 1000k -acodec mp3 data/output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment