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.

Esxi running macos For selur
use larger values to see green/purple artifacts
Reply
I used
clip = core.std.Levels(clip=clip, min_in=0, max_in=1020, min_out=160, max_out=880)
with a 10bit source, before I used a 8 bit source.
and the output looks fine too.
Ah using:
clip = core.std.Levels(clip=clip, min_in=160, max_in=1020, min_out=160, max_out=880)
I get the a greem output where there should none.

-> this looks like a bug in the filter or I messed value scaling
Reply
All i know is that it works as expected in RGB mode and produce green/purple artifacts in YUV.
Levels and Limiter are not the same as "Range conversion" filters. They just work like a "Levels" filter in any image editing app in RGB mode.
Reply
We'll see what the Vapoursynth dev say over at doom9s.
I think this is a bug since it works correctly with 8bit content.

Cu Selur
Reply
Try larger values and 8 bit also became green.
clip = core.std.Levels(clip=clip, min_in=55, max_in=111, min_out=55, max_out=111)

YUV:
[Image: Y8nL80l.jpg]

RGB:
[Image: kSj8e3N.jpg]
Reply
Yeah, something is 'off'.
-> hopefully one of the devs over at doom9s will clear it up
Reply
In case this hasn't cleared up till tomorrow, I'll add an 'Use RGB' option to Levels and Limiter which will limit it to RGBX so RGBS would be converted to RGB48.

Cu Selur
Reply
2020.10.11.1 There is a mistake in Gamma: empty element in UI, and if gamma is different than 1.0 it still use YUV planes [0] when Use RGB checkbox selected.

# adjusting color space from YUV420P8 to RGB24 for VsLevels
clip = core.resize.Bicubic(clip=clip, format=vs.RGB24, matrix_in_s="470bg", range_s="limited")
# Color Adjustment
clip = core.std.Levels(clip=clip, min_in=16, max_in=235, min_out=16, max_out=235, gamma=1.20, planes=[0])
Reply
Forgot to delete the dropbox. -> no problem
Will remove planes for the next release, but that will have to wait. (same will happen for Limiter)
Probably won't get around to it before the next weekend.

Cu Selur
Reply
Don't removeĀ planes completely. Adjusting Y in YUV is stillĀ a nice additional option and may be useful.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)