Skip to content

Instantly share code, notes, and snippets.

@TinyPoro
Forked from ksharsha/ffmpeg-compress
Created June 3, 2019 11:11
Show Gist options
  • Save TinyPoro/5920ad64ac91a5192575fffdbafeda9c to your computer and use it in GitHub Desktop.
Save TinyPoro/5920ad64ac91a5192575fffdbafeda9c 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