VideoMilk78
16th May 2025, 19:36
I've downloaded all the required functions however using this script that I found in the original thread and slightly modified
clip=LWLibavVideoSource("C:\users\downloads\video.mp4").robocrop().propSet("_FieldBased",0)
clp=clip.ConvertBits(32).ConvertToYUV444()
sup = oyster_Super(clp)
ref_f = oyster_Basic(clp, sup, short_time=False)
ref_s = oyster_Basic(clp, sup, short_time=True)
oyster_Deblocking(clp, ref_f, block_step=2)
I get this error
NNEDI3CL: Image Format Not Supported
(C:/Program Files/AviSynth+/plugins64+/ResizersPack.avsi, line 855)
(C:/Program Files/AviSynth+/plugins64+/ResizersPack.avsi, line 856)
(C:/Program Files/AviSynth+/plugins64+/ResizersPack.avsi, line 857)
(C:/Program Files/AviSynth+/plugins64+/DeblockPack.avsi, line 378)
(New File (7), line 10)
and if I change the bit depth or format to something else I then get this error
oyster
Super: the sample type of sic has to be single precision!
(C:/Program Files/AviSynth+/plugins64+/DeblockPack.avsi, line 364)
(New File (7), line 8)
I haven't been able to find anyone else with this issue so any help is appreciated..
clip=LWLibavVideoSource("C:\users\downloads\video.mp4").robocrop().propSet("_FieldBased",0)
clp=clip.ConvertBits(32).ConvertToYUV444()
sup = oyster_Super(clp)
ref_f = oyster_Basic(clp, sup, short_time=False)
ref_s = oyster_Basic(clp, sup, short_time=True)
oyster_Deblocking(clp, ref_f, block_step=2)
I get this error
NNEDI3CL: Image Format Not Supported
(C:/Program Files/AviSynth+/plugins64+/ResizersPack.avsi, line 855)
(C:/Program Files/AviSynth+/plugins64+/ResizersPack.avsi, line 856)
(C:/Program Files/AviSynth+/plugins64+/ResizersPack.avsi, line 857)
(C:/Program Files/AviSynth+/plugins64+/DeblockPack.avsi, line 378)
(New File (7), line 10)
and if I change the bit depth or format to something else I then get this error
oyster
Super: the sample type of sic has to be single precision!
(C:/Program Files/AviSynth+/plugins64+/DeblockPack.avsi, line 364)
(New File (7), line 8)
I haven't been able to find anyone else with this issue so any help is appreciated..