Mctemproalsmooth denoiser doesnt work, drtt3d denoiser doesnt work.
Trying to figure out the best setting to remove mosquito noise. Or noise from a poorly low bitrate encoded dvd.
Posts: 785
Threads: 16
Joined: Mar 2020
Seems it was some bug with new versions of plug-ins that may cause deinterlace problems with some settings. Currently as temporary solution it is recommended to download and install older version of MVTools
and FFTW dependency from this post https://forum.doom9.org/showthread.php?p...ost1918272
(Have no idea which is more stable MVTools v19 or MVtools v20)
Put and replace libmvtools.dylib plug-in in /Library/Frameworks/VapourSynth.framework/lib/vapoursynth
Put libfftw3f_threads.3.dylib and libfftw3f.3.dylib dependencies to /Library/Frameworks/VapourSynth.framework/lib
Posts: 785
Threads: 16
Joined: Mar 2020
l33tmeatwad just added MVtools v20, v21 and v22 to the downloads (seems they all self contained versions now and don't need libfftw3f_threads.3.dylib and libfftw3f.3.dylib external dependency)
https://www.mediafire.com/folder/wvdlnja...vg8my3xf71
If anyone who had issues with v23 please test and post the results here or in original thread here
https://forum.doom9.org/showthread.php?p...ost1918897
Posts: 785
Threads: 16
Joined: Mar 2020
nVapourSynth + Plugins + Scripts + Hybrid package update 2020.07.20
Changes:
Updated VapourSynth-R50 installer components.
FFmpeg 4.3.1 (Inside Hybrid.app).
MKVToolNix 48.0.0 (Inside Hybrid.app).
MVTools plug-in downgraded to stable v20 (new self contained version).
Updated FAQ.
DOWNLOAD from Dropbox:
https://www.dropbox.com/sh/hzy3f0zyuyu4y...O5zla?dl=0
DOWNLOAD from Google Drive:
https://drive.google.com/drive/folders/1...sp=sharing
THIS IS A CRITICAL UPDATE! MVTools plug-in was downgraded to v20 because some reports that newer versions of MVTools (v23) produce problems and freezes during deinterlace.
Make sure you COMPLETELY UNINSTALL OLD VERSION before install this new version.
Posts: 785
Threads: 16
Joined: Mar 2020
Selur, seems here is a bug. I notice you updated Scripts about a month ago and today
https://github.com/Selur/VapoursynthScriptsInHybrid so i download them and try to use.
As before i put a copy inside Hybrid app and another copy to
/Library/Frameworks/VapourSynth.framework/lib/python3.8/site-packages/.
With new scripts and
Very Slow or
Placebo deinterlace settings i got:
Aborting '06_15_03_5110_02_video' due to: ERROR
I try VS 50 or 51 and different versions of MVTools and got same error. So it is definitely some problem with updated script itself or with macOS version compatibility.
Here i attach old working scripts to compare, if it helps.
Posts: 10.551
Threads: 57
Joined: May 2017
Different versions of the script won't help since the script works fine here.
You can see a diff of the two versions:
https://github.com/Selur/VapoursynthScri...8e97ba934a
Problem is probably not a bug in Hybrid or the Vapoursynth script, but that QTGMC no longer uses fft3dfilter, but neo_FFT3D (
https://github.com/HomeOfAviSynthPlusEvo...D/releases)
So either neo_FFT3D needs to be build or the script needs to be adjusted.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Can’t wait for the newest version of hybrid with updated qtgmc/neo-fftd.
Guess will gsve to wait for neo-fftd to be mac compiled first?
Posts: 785
Threads: 16
Joined: Mar 2020
Thanks for info Selur! I also hope to see new filter compiled l33tmeatwad.
Anyway i recommend use "Slow" preset because it gives me the best speed vs quality ratio.
Here is one more question. Why DeCrawl filter is always disabled? Is it possible that some plug-in missing? Or is it require some special settings in Hybrid?
Posts: 10.551
Threads: 57
Joined: May 2017
A bunch of filters:
nnedi3cl, knlmeanscl, DegrainMedain, MCDegrainSharp, SSIW Waifu2x and the DeCrawl filters weren't available for OS X since neither I nor l33tmeatwad figured out a way to compile them for Mac back then.
-> there's no way to enable them without changing Hybrids code
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.