Skip to content

Instantly share code, notes, and snippets.

@smellman
Created July 4, 2021 05:56
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 smellman/04a134cd530fd225726b7c3679665b11 to your computer and use it in GitHub Desktop.
Save smellman/04a134cd530fd225726b7c3679665b11 to your computer and use it in GitHub Desktop.
ffmpeg + youtube
ffmpeg -thread_queue_size 512 -f alsa -i hw:2,0 -f v4l2 -s 1280x720 -i /dev/video1 -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -g 20 -b:v 2000k -acodec aac -b:a 128k -threads 0 -f flv rtmp://a.rtmp.youtube.com/live2/xxxxxxxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment