Created
September 4, 2018 07:03
-
-
Save pearlboy/a08bf13441cb074853fdad24ab15e7cf to your computer and use it in GitHub Desktop.
Revisions
-
pearlboy created this gist
Sep 4, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ ffmpeg -i INPUTFILE -vf "scale=960:540" -vcodec mpeg2video -acodec mp2 -b:v 25M -b:a 192k -muxrate 25M -f mpegts OUTPUTFILE