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
#4
(18.04.2026, 18:56)Selur Wrote:
Quote:I try to insert the following script to Vapoursynth - custom - Insert before [smdegrain]:

clip = core.resize.Point(clip, format=vs.YUV420P16)
unless you let Hybrid know that you changed the color format (see tool-tip of 'Insert before'), this can cause issues in itself.

Cu Selur

Another question, would it be better to ONLY convert to high bit depth, without applying any other filter, before begin to encode? and how to do that in hybrid?

I choose "4 - nearest neighbour resize" in the main Crop/Resize tab, and insert the following script in 'Insert before' Resize:

Quote:clip = core.resize.Point(clip=clip, format=vs.YUV444P16, dither_type="error_diffusion")
- '# colorformat <YUV444P16>'


but in the final VS scripts still shows:

Quote:# adjusting output color from YUV420P8 to YUV420P10 for SvtAv1Model
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P10, dither_type="error_diffusion")
Reply


Messages In This Thread
RE: How to convert video to higher bit depth before running certain filter - by andrewschen - 23.04.2026, 20:47

Forum Jump:


Users browsing this thread: 1 Guest(s)