Ferenc Pintér
Ferenc Pintér
I've got it. It was when I implemented atan2 into Expr. https://github.com/AviSynth/AviSynthPlus/blob/master/avs_core/filters/exprfilter/exprfilter.cpp#L387 There is a math helper constants table for sin, cos, log, etc. Look at this array declaration, atan2...
Continuations in https://github.com/DTL2020/mvtools
Fixed in 2c30382aaea57f4224553359debe475b1b2e045c
Seems easy and reasonable.
Thinking it over, there can be a possible rotation and zoom as well (when MDepan originated vectors are used) so generating the new border is not that easy as for...
If you force push with your fixes, your pull request will be renewed and won't contain fix of a previous wrong commit.
I think your differently named commits will all appear as you provided it. If possible, I wouldn't like to see all the development and experimenting phase in the repo. Too...
The processing assumes that the chroma location is "center". If your original clip has "left" chroma location, then try converting the input 420 clip to "center" before processing, and back...
UV degrain processes all motion vectors, and it's simply using a /2 (for 4:2:0) to get the source X,Y position on the chroma plane. This means that if you encounter...
You are right. Thanks for the report, I'll be back soon (some days probably) with a version to look at. EDIT: Could you please check this build if everything is...