-
I would for instance prefer to use DCT=5, which uses SATD instead of SAD.
-
- Remove mvmulti
- Port code to latest mvtools floating point version https://forum.doom9.org/showthread.php?p=1911978#post1911978
-
Any chance to get support for blksize 24?
Like the windows fork has: https://github.com/pinterf/mvtools/blob/mvtools-pfmod/Sources/MVAnalyse.cpp#L161
-
One of the primary advantages of using MVTools (alternatively, ttmpsm.TTempSmooth) for noise reduction is its ability to produce a more temporally stable output. Without additional processing filters …
-
I trying to add hardware Motion Estimation support to freeware Avisynth plugin mvtoots based on new Microsoft API Direct3D Motion Estimation. Unfortunately the description at https://docs.microsoft.co…
-
HorizontalWiener_sse2() contains this snippet:
`for (int x = 2; x < nWidth - 4; x += 8) {
...
_mm_storel_epi64((__m128i *)&pDst[x], m0);
}
`
Since _mm_storel_epi64() writes 8 bytes, this…
-
I want to bug mvtools on my own dataset,but there is no test code to run it.
can you add some test code in mvtools?? thx
-
Great to see that you have ported/optimized quite a lot of plugins to macOS! Especially porting VCL2 to Neon is great. Have you tried to open pull requests for the plugins, so that your changes will b…
-
Any chance smooth motion frame interpolation can be enabled in bomi, even via command line?
It's already possible on Arch using the mpv-vapoursynth and vapoursynth-plugin-mvtools from the AUR with MP…
-
The issue was originally reported in https://github.com/pinterf/mvtools/issues/46: a very-very complex AviSynth script encoded with ffmpeg resulted in random freezes. The actual freeze is rare. It may…