Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffmpeg -f pulse -i default -f v4l2 -i /dev/video10 -c:v libx264 -qp:v 19 -profile:v high -rc:v cbr_ld_hq -level:v 4.2 \
- -r:v 60 -g:v 120 -bf:v 3 -refs:v 16 -b:v 1000k\
- -f flv rtmp://a.rtmp.youtube.com/live2/<private Key>
Advertisement
Comments
-
- tip: change the c:v value to h264_nvenc (or h264_qsv for intel GPU) for nvidia GPU render rather than CPU render with libx264
Add Comment
Please, Sign In to add comment