From d077a1eeb52e7291362fee9d156e07b8193d88c4 Mon Sep 17 00:00:00 2001 From: RaitaroHikami <19552720+RaitaroH@users.noreply.github.com> Date: Mon, 12 Mar 2018 15:24:05 +0200 Subject: [PATCH] fix Thread message queue blocking; consider raising the thread_queue_size option --- .scripts/screencast_pulse.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/screencast_pulse.sh b/.scripts/screencast_pulse.sh index 8491606..871a5b9 100755 --- a/.scripts/screencast_pulse.sh +++ b/.scripts/screencast_pulse.sh @@ -17,6 +17,7 @@ ffmpeg -y \ -framerate 60 \ -s $(xdpyinfo | grep dimensions | awk '{print $2;}') \ -i :0.0 \ +-thread_queue_size 2048 \ -f alsa -i default \ -r 30 \ -c:v libx264 -r 30 -c:a flac $filename