Created
September 4, 2018 07:03
-
-
Save pearlboy/a08bf13441cb074853fdad24ab15e7cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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