summaryrefslogtreecommitdiffstats
path: root/playbook/stream-desktop-and-audio.sh
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2022-09-21 18:01:42 +0200
committerLeo Vivier <zaeph@zaeph.net>2022-09-21 18:01:55 +0200
commit1dfc0a78256d9d87d928355ce2c1a631405d6887 (patch)
treef255a6677b6974e6b221f1e57fe42681fc49dd4d /playbook/stream-desktop-and-audio.sh
parent9214435400684c04b8a6de894899d9eab8190081 (diff)
downloademacsconf-wiki-1dfc0a78256d9d87d928355ce2c1a631405d6887.tar.xz
emacsconf-wiki-1dfc0a78256d9d87d928355ce2c1a631405d6887.zip
Move all playbook stuff to 2021/
Diffstat (limited to 'playbook/stream-desktop-and-audio.sh')
-rw-r--r--playbook/stream-desktop-and-audio.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/playbook/stream-desktop-and-audio.sh b/playbook/stream-desktop-and-audio.sh
deleted file mode 100644
index d3a7e6f8..00000000
--- a/playbook/stream-desktop-and-audio.sh
+++ /dev/null
@@ -1 +0,0 @@
- 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