Skip to content

Instantly share code, notes, and snippets.

@JupyterJones
Created January 29, 2020 07:03
Show Gist options
  • Save JupyterJones/9b360265048e8702377070daafc4ceb5 to your computer and use it in GitHub Desktop.
Save JupyterJones/9b360265048e8702377070daafc4ceb5 to your computer and use it in GitHub Desktop.
ffmpeg -y -f alsa -ac 2 -i hw:1,0 -strict -2 -f x11grab -framerate 30 \
-video_size 1280x720 -i :0.0+0,36 \
-c:v libx264 -pix_fmt yuv420p -qp 0 -preset ultrafast \
-f flv rtmp://a.rtmp.youtube.com/live2/XXX-XXXX-XXXX-XXXX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment