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] Possible to go from PNG input stream to PNG output stream in VapourSynth?
#6
Small correction: LSFmod should support YUVXXX, but not RGB. Smile

So Hybrid would normaly convert to YUV444P8
# adjusting color space from RGB24 to YUV444P8 for vsLSFMod
clip = core.resize.Bicubic(clip=clip, format=vs.YUV444P8, matrix_s="470bg", range_s="full")
clip = havsfunc.LSFmod(input=clip, ...)
-> if you use custom additions you are responsible:
a. to apply any needed color space conversions
b. to let Hybrid know if the color space&co changed.
for example adding:
# colorformat YUV444P8
to a custom section would let Hybrid know that the output of the section is now YUV44P8.

-> this does not seem like a bug in Hybrid, but like a bug in your custom addition code.

Cu Selur
Reply


Messages In This Thread
RE: Possible to go from PNG input stream to PNG output stream in VapourSynth? - by Selur - 13.02.2022, 10:21

Forum Jump:


Users browsing this thread: 1 Guest(s)