Click here to Skip to main content
15,878,871 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am getting below the messages in cmd

[dshow @ 05bdd9c0] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)


[gdigrab @ 05c51800] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)


What I have tried:

ffmpeg -rtbufsize 1500M -f dshow -i audio="Microphone (Realtek High Definition Audio)" -f -y -rtbufsize 100M -f gdigrab -t 00:00:30 -framerate 30 -probesize 10M -draw_mouse 1 -i desktop -c:v libx264 -r 30 -preset fast -tune zerolatency -crf 25 -pix_fmt yuv420p "XXXXXX
"


above the command which i used how to fix these so after recording while playing video got stuck in someplace
Posted
Updated 24-Aug-20 20:02pm
Comments
Sandeep Mewara 24-Aug-20 15:38pm    
Look: https://video.stackexchange.com/questions/25643/ffmpeg-thread-queue-size-warning-what-does-this-mean
Sandeep Mewara 24-Aug-20 15:39pm    
try to set: -thread_queue_size 512 in your command and see
Fazi_13 25-Aug-20 1:42am    
yes after i added these commands thread message was not showing,but video got stuck while playing.

1 solution

For error:
Quote:
Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)

Try to add -thread_queue_size 512 and see.

Seems you need to tune your parameters to what your system/configurations can support. Know about them and then see what would be the right values to avoid memory issues and have smooth play.
 
Share this answer
 
Comments
Fazi_13 25-Aug-20 3:54am    
i tried with these -thread_queue_size 512,will u suggest some low spec config parameters to record as well as audio and video.Thanks in advance

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900