Victor Efimov
Victor Efimov
Sushi is already doing something like that in [keyframe correction](https://github.com/tp7/Sushi/wiki/Shift-postprocessing#keyframe-correction) section. Basing initial search on keyframes is not feasible for two main reasons: 1. We might not have keyframes at...
Extracting timecodes with mkvextract is extremely fast and I see no reason to leave more garbage after the run. They are also mostly useless for other application, unlike keyframes which...
No, that is not possible.
I no longer develop for/use Windows so this project will not receive any meaningful updates in the future, unless somebody else implements this (which is almost impossible).
We might come up with a better way on the core level in avs+.
Vapoursynth's formula ``` C++ dstp[x] = srcp1[x] + (((srcp2[x] - srcp1[x]) * (maskp[x] > 2 ? maskp[x] + 1 : maskp[x]) + 128) >> 8); ``` seems to be quite...
First one works. I'll add it together with some more major bugfix if discovered.