summaryrefslogtreecommitdiffstats
path: root/2021/playbook/stream-desktop-and-audio.sh
blob: d3a7e6f811243eaad486e4ee71d31ce6a5e957ec (plain) (blame)
1
     while true; do ffmpeg -loglevel 0 -ar 48000 -f alsa -channels 2 -sample_rate 48000 -i default -re -video_size 1280x720 -framerate 25 -f x11grab -i :0.0  -cluster_size_limit 2M -cluster_time_limit 5100 -content_type video/webm -c:v libvpx -b:v 1M -crf 30 -g 125 -deadline good -threads 4  -f webm $CONFALT; done