MysteryX
9th December 2015, 14:48
There is a vertical distortion difference between these two scripts. The 8-bit version is missing a few lines at the bottom which the 16-bit version has. I'm not applying any cropping to the bottom. Why is this happening?
8-bit script (missing lines at the bottom, vertical distortion)
SetMTMode(3,8)
file="F:\NaturalGrounding\Temp\Preview.avi"
AviSource(file, audio=true, pixel_type="YV12")
SetMTMode(5)
KNLMeansCL(D=2, A=1, h=3, device_type="GPU")
SetMTMode(2)
Crop(0, 0, -8, -0)
Double="""edi_rpow2(2, nns=4, cshift="Spline16Resize", Threads=2)"""
SuperRes(2, 0.43, 0, Double, MatrixIn="601")
InterFrame(Cores=8, Tuning="Smooth", NewNum=60000, NewDen=1001, GPU=true)
Double="""edi_rpow2(2, nns=4, cshift="BicubicResize", a1=-.6, a2=0, lsb=true, fwidth=944, fheight=724, Threads=2)"""
SuperRes(2, 0.43, 0, Double, lsb_upscale=true)
Spline36Resize(940, 720, 0, 4, -4, -0)
Encoding result (https://www.spiritualselftransformation.com/files/media-encoder-new.mkv)
16-bit script (looks better)
SetMTMode(3,8)
file="F:\NaturalGrounding\Temp\Preview.avi"
AviSource(file, audio=true, pixel_type="YV12")
SetMTMode(5)
KNLMeansCL(D=2, A=1, h=3, device_type="GPU")
SetMTMode(2)
Crop(0, 0, -8, -0)
Double="""edi_rpow2(2, nns=4, cshift="Spline16Resize", Threads=2)"""
SuperRes(2, 0.43, 0, Double, MatrixIn="601")
InterFrame(Cores=8, Tuning="Smooth", NewNum=60000, NewDen=1001, GPU=true)
Double="""edi_rpow2(2, nns=4, cshift="BicubicResize", a1=-.6, a2=0, lsb=true, fwidth=944, fheight=724, Threads=2)"""
SuperRes(2, 0.43, 0, Double, lsb_upscale=true, lsb_out=true)
Dither_resize16(940, 720, 0, 4, -4, -0)
DitherPost()
Encoding result (https://www.spiritualselftransformation.com/files/media-encoder-new-10bit.mkv)
8-bit script (missing lines at the bottom, vertical distortion)
SetMTMode(3,8)
file="F:\NaturalGrounding\Temp\Preview.avi"
AviSource(file, audio=true, pixel_type="YV12")
SetMTMode(5)
KNLMeansCL(D=2, A=1, h=3, device_type="GPU")
SetMTMode(2)
Crop(0, 0, -8, -0)
Double="""edi_rpow2(2, nns=4, cshift="Spline16Resize", Threads=2)"""
SuperRes(2, 0.43, 0, Double, MatrixIn="601")
InterFrame(Cores=8, Tuning="Smooth", NewNum=60000, NewDen=1001, GPU=true)
Double="""edi_rpow2(2, nns=4, cshift="BicubicResize", a1=-.6, a2=0, lsb=true, fwidth=944, fheight=724, Threads=2)"""
SuperRes(2, 0.43, 0, Double, lsb_upscale=true)
Spline36Resize(940, 720, 0, 4, -4, -0)
Encoding result (https://www.spiritualselftransformation.com/files/media-encoder-new.mkv)
16-bit script (looks better)
SetMTMode(3,8)
file="F:\NaturalGrounding\Temp\Preview.avi"
AviSource(file, audio=true, pixel_type="YV12")
SetMTMode(5)
KNLMeansCL(D=2, A=1, h=3, device_type="GPU")
SetMTMode(2)
Crop(0, 0, -8, -0)
Double="""edi_rpow2(2, nns=4, cshift="Spline16Resize", Threads=2)"""
SuperRes(2, 0.43, 0, Double, MatrixIn="601")
InterFrame(Cores=8, Tuning="Smooth", NewNum=60000, NewDen=1001, GPU=true)
Double="""edi_rpow2(2, nns=4, cshift="BicubicResize", a1=-.6, a2=0, lsb=true, fwidth=944, fheight=724, Threads=2)"""
SuperRes(2, 0.43, 0, Double, lsb_upscale=true, lsb_out=true)
Dither_resize16(940, 720, 0, 4, -4, -0)
DitherPost()
Encoding result (https://www.spiritualselftransformation.com/files/media-encoder-new-10bit.mkv)