Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Created August 15, 2013 13:40
Show Gist options
  • Save vittorioromeo/6240903 to your computer and use it in GitHub Desktop.
Save vittorioromeo/6240903 to your computer and use it in GitHub Desktop.
#!/bin/bash
KEY=""
ffmpeg -f x11grab -s 1920x1080 -r 20 -i :0.0+1680,0 -f alsa -ac 2 -i pulse -c:v libx264 -preset ultrafast -pix_fmt yuv420p -s 1920x1080 -threads 4 -acodec libmp3lame -ar 22050 -qscale 3 -b 712000 -bufsize 512k -af aresample=44100 -f flv "rtmp://live-ams.twitch.tv/app/$KEY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment