Last active
January 25, 2019 17:02
-
-
Save rawsh/e7cde321d10465b1a4f07da6dee6625d 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 -re -i /home/steam/trans/new/1.mkv -c:v libx264 -preset veryfast -maxrate 3000k \ | |
-bufsize 6000k -pix_fmt yuv420p -g 50 -c:a aac -b:a 160k -ac 2 \ | |
-ar 44100 -f flv rtmp:// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment