diff options
| author | RaitaroHikami <19552720+RaitaroH@users.noreply.github.com> | 2018-03-12 15:24:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-12 15:24:05 +0200 |
| commit | d077a1eeb52e7291362fee9d156e07b8193d88c4 (patch) | |
| tree | ab78c1eb5aa6c4be8215959e5594bc3cb838c006 /.scripts | |
| parent | 26d2b1f476784b20e95d78389789759cf58e83fa (diff) | |
| download | eibhear-d077a1eeb52e7291362fee9d156e07b8193d88c4.tar.gz eibhear-d077a1eeb52e7291362fee9d156e07b8193d88c4.tar.zst eibhear-d077a1eeb52e7291362fee9d156e07b8193d88c4.zip | |
fix
Thread message queue blocking; consider raising the thread_queue_size option
Diffstat (limited to '.scripts')
| -rwxr-xr-x | .scripts/screencast_pulse.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
