dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 68a974740f9e8f054524ab1db91e3daaaf81e899
parent 84d378e5d1eb0b54105759f981d0e19291467917
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 26 Oct 2020 12:22:09 +0100

screenrecord: increase queue size for audio recording

Diffstat:
M.local/bin/screenrecord | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.local/bin/screenrecord b/.local/bin/screenrecord @@ -8,6 +8,7 @@ startrecording() { -framerate 60 \ -s "$(xdpyinfo | grep dimensions | awk '{print $2}')" \ -i $DISPLAY \ + -thread_queue_size 2048 \ -f sndio -i default \ -r 30 \ -c:v libx264rgb -crf 0 -preset ultrafast -c:a flac \