22.09.2020, 06:42
I'm not sure where the DFM DeRainblow script that Hybrid uses comes from. It's not the one on AviSynth.nl because it adds use_Flux5framesT and mc options.
use_Flux5framesT works and improves the result.
I'd like to try out Motion Compensation (mc), but the mc=true parameter causes Hybrid to crash with Script error: There is no function named 'MSuper'
MSuper is part of mvtools2.dll which Hybrid isn't loading, so I tried a custom filter which loads it:
Now, it just crashes with no error message.
I included a log, not sure if this is something you can figure out and make work!
[attachment=1038]
use_Flux5framesT works and improves the result.
I'd like to try out Motion Compensation (mc), but the mc=true parameter causes Hybrid to crash with Script error: There is no function named 'MSuper'
MSuper is part of mvtools2.dll which Hybrid isn't loading, so I tried a custom filter which loads it:
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\MSharpen.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\FluxSmooth.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\neo-minideen.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\MedianBlur2.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Zs_RF_Shared.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\DFMDeRainbow.avsi")
ConvertToYV24(interlaced=false, matrix="Rec709")
DFMDeRainbow(maskthresh=5,interlaced=false,mc=true)
Now, it just crashes with no error message.
I included a log, not sure if this is something you can figure out and make work!
[attachment=1038]