Created
January 29, 2020 07:03
-
-
Save JupyterJones/9b360265048e8702377070daafc4ceb5 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 -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