mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Merge pull request #28 from RaitaroH/patch-1
screencast thread queue fix
This commit is contained in:
commit
3d3a35efa4
@ -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…
x
Reference in New Issue
Block a user