Advertisement
cz3dtc

FFmpeg twitch

Oct 6th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. ffmpeg -f x11grab -s "$INRES" -q:v 25 -i :0.0+1920,0 -f alsa -i pulse -filter:a aresample=async=500 -c:v libx264 -preset:v "$QUAL" -pix_fmt yuv420p -s "$OUTRES" -c:a mp3 -ab 96k -ar 44100 -threads auto -maxrate 1500k -bufsize 2000k -f flv "rtmp://live-fra.twitch.tv/app/$STREAM_KEY"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement