Skip to content

Instantly share code, notes, and snippets.

@pearlboy
Created September 4, 2018 07:03
Show Gist options
  • Save pearlboy/a08bf13441cb074853fdad24ab15e7cf to your computer and use it in GitHub Desktop.
Save pearlboy/a08bf13441cb074853fdad24ab15e7cf to your computer and use it in GitHub Desktop.
ffmpeg -i INPUTFILE -vf "scale=960:540" -vcodec mpeg2video -acodec mp2 -b:v 25M -b:a 192k -muxrate 25M -f mpegts OUTPUTFILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment