Posts: 10.758
Threads: 57
Joined: May 2017
Can not repodurce that here, would need step-by-step instructions and sample of a source that allows to reproduce this.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 26
Threads: 4
Joined: Nov 2021
OK, I will investigate a bit more and come back about this to you.
Another thing I would like to mention (this subject is not trimming related though) is about the QTGMC Deinterlacing:
the deinterlacing analysis (5%) takes quite a lot of time, and I noticed that the CPU usage is always quite low, around 10%.
Wouldn't it be possible to speed-up the deinterlacing analysis?
Posts: 10.758
Threads: 57
Joined: May 2017
Quote:Wouldn't it be possible to speed-up the deinterlacing analysis?
Not really, what makes the analysis slow is file access (jumping inside the file) speeds, splitting the analysis in different parallel calls would just make it worth.
Also, the analysis is just a heuristic, looking at the file manually is always better.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.