Merge pull request #28 from RaitaroH/patch-1

screencast thread queue fix
This commit is contained in:
Luke Smith 2018-03-12 07:06:21 -07:00 committed by GitHub
commit 3d3a35efa4

View file

@ -17,6 +17,7 @@ ffmpeg -y \
-framerate 60 \ -framerate 60 \
-s $(xdpyinfo | grep dimensions | awk '{print $2;}') \ -s $(xdpyinfo | grep dimensions | awk '{print $2;}') \
-i :0.0 \ -i :0.0 \
-thread_queue_size 2048 \
-f alsa -i default \ -f alsa -i default \
-r 30 \ -r 30 \
-c:v libx264 -r 30 -c:a flac $filename -c:v libx264 -r 30 -c:a flac $filename