-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add -thread_queue_size 4096 #8396
Conversation
I test it on my script and it works. |
It is also related with #8391. |
Can't you achieve the same effect with -F+o? From man and a quick code reading I would say one can. |
I didn't rememeber that. But, it didn't work. The mp4 was not even created. The problem is that the code (
|
I also don't like adding fixed numbers. That's why I would like that tell ffmpeg to take all the time it needs to process the data. |
Well, we could change the order of the option insertion, but it looks that that option is tricky to use what pleases one case can error in another. Not sure what to propose. |
I don't thik so. We would need a similar option but for the input file (something like -F+i). And I don't know if we need one map for the video and another for the audio. |
Can you try the |
Ok, I will test it. |
Better addressed in #8397 |
Fix #8394