This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Input resolution not divisible error
#7
Welp, it seems I broke something (again) Big Grin 

Btw, why does Hybrid converts 4:2:2 to 4:2:0 before deinterlacing? No crop/resize was active. It shouldn't mess with color (in theory), but looks strange
# Converting to target color sampling
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P8, dither_type="error_diffusion")
# making sure the detected scan type is set (detected: top field first)
clip = core.std.SetFrameProps(clip=clip, _FieldBased=vs.FIELD_TOP) # scan type: top field first
# adjusting color format to YUV422P8 for custom section
clip = core.resize.Bicubic(clip=clip, format=vs.YUV422P8)
[clip] = beforeDeinterlace(clip)

Debug output
Reply


Messages In This Thread
RE: Input resolution not divisible error - by r3dfx - 02.05.2026, 15:50

Forum Jump:


Users browsing this thread: 3 Guest(s)