18.09.2020, 06:51
@Adamcarter: I'll keep it in mind.
-> I have no clue what the problem is or how to reproduce it.
I see no problem with:
also doesn't make sense that Limiter needs RGB, since it's a YUV only filter.
I see no problem with:
also doesn't make sense that Limiter needs RGB, since it's a YUV only filter.
=> No clue what artifacts you see or what you see to produce them, but YUV only filters feeding RGB input seem simply wrong.
Cu Selur
Quote:laggy horizontal resizingSince Hybrid itself shouldn't be resizeable and you didn't give any details.
-> I have no clue what the problem is or how to reproduce it.
Quote:I guess Tweak and Limiter needs same RGB mode bugfix as levels gamma.again no details
I see no problem with:
# input color space: YUV420P10, bit depth: 10, resolution: 640x352, fps: 25
# Loading F:\TestClips&Co\files\10bit Test.mkv using LWLibavSource
clip = core.lsmas.LWLibavSource(source="F:/TestClips&Co/files/10bit Test.mkv", format="YUV420P10", cache=0)
# making sure input color matrix is set as 470bg
clip = core.resize.Point(clip, matrix_in_s="470bg",range_s="limited")
# making sure frame rate is set to 25
clip = core.std.AssumeFPS(clip, fpsnum=25, fpsden=1)
# Setting color range to TV (limited) range.
clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1)
# Color Adjustment
clip = core.std.Limiter(clip=clip, min=64, max=940)
# Output
clip.set_output()
I see no problem with:
# input color space: YUV420P10, bit depth: 10, resolution: 640x352, fps: 25
# Loading F:\TestClips&Co\files\10bit Test.mkv using LWLibavSource
clip = core.lsmas.LWLibavSource(source="F:/TestClips&Co/files/10bit Test.mkv", format="YUV420P10", cache=0)
# making sure input color matrix is set as 470bg
clip = core.resize.Point(clip, matrix_in_s="470bg",range_s="limited")
# making sure frame rate is set to 25
clip = core.std.AssumeFPS(clip, fpsnum=25, fpsden=1)
# Setting color range to TV (limited) range.
clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1)
# Color Adjustment
clip = adjust.Tweak(clip=clip, hue=0.03, sat=1.05, cont=1.08, bright=24, coring=True)
# Output
=> No clue what artifacts you see or what you see to produce them, but YUV only filters feeding RGB input seem simply wrong.
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.