Skip to content

Instantly share code, notes, and snippets.

@tabvn
Created December 11, 2017 04:44
Show Gist options
  • Save tabvn/33ec8520d25454f30b0c2df4b2b60d8d to your computer and use it in GitHub Desktop.
Save tabvn/33ec8520d25454f30b0c2df4b2b60d8d to your computer and use it in GitHub Desktop.
/usr/local/bin/ffmpeg -f avfoundation -r 30 -i "0:0" -deinterlace -vcodec libx264 -pix_fmt yuv420p -preset medium -g 60 -b:v 2500k -acodec libmp3lame -ar 44100 -threads 6 -qscale 3 -b:a 712000 -bufsize 512k -f flv rtmp://localhost/show/stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment