WolframRhodium / muvsfunc

Muonium's VapourSynth functions
75 stars 19 forks source link

MDSI error: Expr: Failed to convert 'inf' to float #19

Closed theChaosCoder closed 5 years ago

theChaosCoder commented 5 years ago

High noise = Expr: Failed to convert 'inf' to float

import muvsfunc as muv
clip = core.lsmas.LWLibavSource(r"d:\1080p.mkv")
noise = clip.grain.Add(var=200)

noise = core.resize.Bicubic(noise, format=vs.RGB24, matrix_in_s="709")
clip = core.resize.Bicubic(clip, format=vs.RGB24, matrix_in_s="709")

clip = muv.MDSI(noise, clip, down_scale = 1)
clip.set_output()

Tested in vseditor (benchmark) and vspipe

See also https://forum.doom9.org/showthread.php?p=1866304

WolframRhodium commented 5 years ago

Did you use the latest version of muvsfunc?

theChaosCoder commented 5 years ago

It seems I have not... There is no such error with the latest version.