10.10.2020, 19:33
use larger values to see green/purple artifacts
The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on null - Line: 198 - File: inc/plugins/google_seo.php PHP 8.3.12-nmm1 (Linux)
|
Esxi running macos For selur
|
10.10.2020, 19:33
use larger values to see green/purple artifacts
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
10.10.2020, 19:51
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.
10.10.2020, 19:57
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
10.10.2020, 20:03
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: RGB:
10.10.2020, 20:10
Yeah, something is 'off'.
-> hopefully one of the devs over at doom9s will clear it up
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
10.10.2020, 20:45
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
11.10.2020, 15:28
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
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
11.10.2020, 15:33
Don't removeĀ planes completely. Adjusting Y in YUV is stillĀ a nice additional option and may be useful.
|
« Next Oldest | Next Newest »
|