You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, is there a way to increase performance on this tool? I see on a 48core system that it uses 2% of the CPU, (1 core is using 50% = ffprobe), rest are sleeping. Is there a way to use ffprobe in multitreaded mode? or Use HW decoding instead?
I also checked the IO performance. My 8xRAID SSD was mearly sleeping during the process..
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue. I think the only way to avoid this right now is to do a file-based parallelization (e.g. with GNU parallel.
We ultimately depend on ffprobe here. It may be faster to parse just the container (which will be enough to get the type of frame and its size) with dedicated parsing libraries, and restrict ourselves to work with MKV and MP4 containers only.
hi, is there a way to increase performance on this tool? I see on a 48core system that it uses 2% of the CPU, (1 core is using 50% = ffprobe), rest are sleeping. Is there a way to use ffprobe in multitreaded mode? or Use HW decoding instead?
I also checked the IO performance. My 8xRAID SSD was mearly sleeping during the process..
The text was updated successfully, but these errors were encountered: