"Limiter" in the "SmoothTweak" - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: "Limiter" in the "SmoothTweak" (/thread-1405.html) Pages:
1
2
|
"Limiter" in the "SmoothTweak" - kingcrimsonster - 10.06.2020 Not working "Limiter" in the "SmoothTweak" filter" Quote:Limiter: The screenshot shows that the output levels are 255. There should be a limit of no higher than 235 Sample RE: "Limiter" in the "SmoothTweak" - Selur - 10.06.2020 the Avisynth Hybrid uses looks fine to me: SmoothTweak(limiter=true,TVrange=false,Lmode=2,HQ=true) LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\DGDecode.dll") this might be due to the color matrix: string matrix = "Rec601" that Hybrid used for the preview. -> Have you looked at the histogram (in the normal Avisynth Preview), to check whether this is a problem of the preview or the processing? Cu Selur RE: "Limiter" in the "SmoothTweak" - kingcrimsonster - 10.06.2020 Now I looked at the Avisint preview when turning on the histograms. The screenshot shows that the numerical values of the brightness limits (235) do not correspond to the actual brightness values in the Avisint preview window. In the normal preview window actual brightness values is the 235 RE: "Limiter" in the "SmoothTweak" - Selur - 10.06.2020 According to the histogram everything is fine, so my guess is that it's just a glitch in the preview. RE: "Limiter" in the "SmoothTweak" - kingcrimsonster - 10.06.2020 (10.06.2020, 20:03)Selur Wrote: According to the histogram everything is fine, so my guess is that it's just a glitch in the preview. Please remove this glitch! RE: "Limiter" in the "SmoothTweak" - Selur - 10.06.2020 Will do when I find the time to look further into it. May be during the weekend. Cu Selur RE: "Limiter" in the "SmoothTweak" - kingcrimsonster - 13.06.2020 I discovered a new glitch. Normal preview differs in levels from avisint preview. When the source file is played in the player, its levels are 0 - 255. When viewing the output file encoded in Hybrid, its levels are also 0 - 255. In the avisint preview window shows levels is 16 - 235 (Normal preview 30 - 218 - need to fix this) with all color filters disabled. As a result levels showed in the avisint preview and normal preview window (also digital signal levels when the “Histogram” button was pressed) do not correspond to the actual levels values output file encoded in Hybrid when this play in software and hardware players. Previously avisint preview showed levels - the same levels were in the encoded file. Inappropriate level values were shown by digital signal levels when the “Histogram” button was pressed. The screenshots in my previous post show that the white level is 255, but the digital value "Maximum" shows there are 235. Similarly with black level - 0 in avisint preview, 16 - digital signal levels minimum. Now these values do not differ. But the signal levels in the avisint preview and the normal preview windows are very different from the levels in the encoded output file. Now it is impossible to properly control the level of the output signal. RE: "Limiter" in the "SmoothTweak" - Selur - 13.06.2020 I'll look into it. Also the normal Preview is not intented for color accuracy can't do anything there, but will look at the avisynth preview. Cu Selur RE: "Limiter" in the "SmoothTweak" - Selur - 13.06.2020 This will take some time. Do you have color bar samples that are: 1. tv scale 2. pc scale need some reference sample to check the changes against. ->Forget that I'll use Avisynths ColorBars option to check Cu Selur RE: "Limiter" in the "SmoothTweak" - Selur - 13.06.2020 Argh, I think the default behavior Hybrid had was correct and me changing things was what broke it. If you have a Yv12 source with tv range (16-235) and color matrix Rec.709 like your Bars.mpg Histogram/ColorYUV analysis would should show 16-235, but the Preview which is RGB would show pc range (0-255) since. Quote:"Rec709" : Uses Rec.709 (HD) coefficients; scale full range RGB ↔ TV range YUV. Seems trying to grab the colors with a color picker from the preview without taking the color matrix into consideration is the problem. Cu Selur |