05.02.2023, 00:30
Hello, good evening, Mr. Selur, I wanted to ask you how I can load this script because it gives me an error when doing custom
If I load the script in the avspmod it doesn't give me an error
MKV="C:\Users\cebol\Desktop\ENCODES\HYBRID\Gladiator\Gladiator.mkv"
BL=FFVideoSource(MKV).ConvertBits(16)
EL=FFVideoSource(MKV.ReplaceStr(".mkv", "_EL.mkv")).ConvertBits(16)
RPU=MKV.ReplaceStr(".mkv", "_RPU.bin")
DoviBaker(BL, EL, RPU, outYUV=true)
z_ConvertFormat(pixel_type="YUV420P10", dither_type="error_diffusion")
If I load the script in the avspmod it doesn't give me an error