Merge pull request #28 from RaitaroH/patch-1
screencast thread queue fix
This commit is contained in:
commit
3d3a35efa4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue