mvtools
mvtools copied to clipboard
mvtools plugin for avisynth
See the 3 screenshots [link](https://drive.google.com/file/d/1zwsPBaITCRuif1rKoH-v_T4niVc1qtaw/view?usp=share_link), you will need to zoom in and be able switch back and forth between the images to actually see that shift of about half a...
division error
Memory leak in MFlowFPS Something is wrong with the function call or it's destructor. If you put the function in the avisynth runtime environment it begins to eat memory in...
https://github.com/pinterf/mvtools/blob/d8bdff7e02c15a28dcc6e9ef2ebeaa9d16cc1f56/Sources/PlaneOfBlocks.cpp#L1583-L1584 This might be a very old bug. Shouldn't this code be using a `- j` and a `+ j`, similar to the `- i` and `+ i` right above...
@pinterf I did [CQTGMC](https://forum.doom9.org/showthread.php?p=1963693#post1963693) and I believe I can get a huge speed up if MFlowInter had a thSAD parameter like MCompensate. If you are interested of course.
Good to add search method to MAnalyse: DirectX12 Motion Estimated search. It hopefully will be standartized via Mictosoft DirectX API from different hardware vendors (not NVIDIA only). Currently looks like...
It looks some non-compatibility of provided MS visual studio projects with Intel C++ build tools. When try to switch 1 .cpp file or all project to Intel C++ build toos...
As from https://forum.doom9.org/showthread.php?p=1957326#post1957326 ConvertBits(32) super_search = ConvertBits(8).MSuper(rfilter=4) bv1 = super_search.MAnalyse(isb = true, delta = 1, overlap= 4) fv1 = super_search.MAnalyse(isb = false, delta = 1, overlap= 4) MDegrain1(MSuper(levels=1), bv1, fv1,...
as said here https://forum.doom9.org/showthread.php?p=1954328#post1954328  ``` AVISource("mv test.avi") super_search = MSuper(hpad=16,vpad=16) bv1 = super_search.MAnalyse(isb = true, delta = 1, overlap= 4, lsad=0) MMask(last, bv1) ```