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] How to convert video to higher bit depth before running certain filter
#6
I'm just curious about how things work, experimenting....  Blush

BTW If put # requires colorformat YUV444P10 in custom script, the result shows
Quote:# adjusting output color from YUV444P10 to YUV420P10 for SvtAv1Model
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P10, range_in_s="limited")

If it's # requires colorformat YUV444P12:
Quote:# adjusting output color from YUV444P12 to YUV420P10 for SvtAv1Model
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P10, dither_type="error_diffusion") 

and if it's # requires colorformat YUV444P16:
Quote:# adjusting output color from YUV444P16 to YUV420P10 for SvtAv1Model
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P10)
why there's no dithering if it's 16bit->10bit? because it's already too good?
Reply


Messages In This Thread
RE: How to convert video to higher bit depth before running certain filter - by andrewschen - Today, 03:30

Forum Jump:


Users browsing this thread: 1 Guest(s)