mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
fix
Thread message queue blocking; consider raising the thread_queue_size option
This commit is contained in:
parent
307ca8714d
commit
688931f885
@ -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