Skip to content

Instantly share code, notes, and snippets.

@rawsh
Last active January 25, 2019 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rawsh/e7cde321d10465b1a4f07da6dee6625d to your computer and use it in GitHub Desktop.
Save rawsh/e7cde321d10465b1a4f07da6dee6625d to your computer and use it in GitHub Desktop.
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