mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
fix
Thread message queue blocking; consider raising the thread_queue_size option
This commit is contained in:
parent
26d2b1f476
commit
d077a1eeb5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user