02.05.2026, 10:24
clip = core.std.AddBorders(clip=clip, left=0, right=0, top=0, bottom=10) # add borders to archive mod 16 for custom section - 720x496
# adjusting color format to YUV422P8 for custom section
clip = core.resize.Bicubic(clip=clip, format=vs.YUV422P8)
[clip] = beforeDeinterlace(clip)
clip = core.std.CropRel(clip=clip, left=0, right=0, top=0, bottom=10) # removing borders for custom section - 720x486Now I don't get what you did to run into your error at all.
=>
1. Share a short sample or your source.
2. Share a step-by-step on how to reproduce the problem.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

