Si
15th August 2003, 10:42
There's a discussion going on in usage (http://forum.doom9.org/showthread.php?s=&threadid=57778&perpage=20&pagenumber=1) about Limiter.
It prompted me to start writing a plugin to try and check the Y,U and V levels in YUY2 colourspace (ShowLevels)
I started to get unexpected results - e.g. my main TNG Huffyuv test capture clip seemed to have Y levels above 235 :( :o
So I put Limiter() in my script to see if was a problem with my filter or "real" and I found Limiter didn't make any difference. :confused:
So I went lookin on Avisynth.org to see if it needed parameters and found the documentation says it defaults to limiting Y levels to 236 :confused: :confused:
So my questions to the experts at this point are
1. Should it not be 235?
2. Is it the documentation thats wrong and/or the filter?
3. Or is it me :o
My experimental ShowLevels is available here (Version 0 in debug mode!) (http://geocities.com/siwalters_uk/showlevelsdbg.zip) (Need to right-click and use Save As)
It should just show Y levels above 235 as white pixels but I wouldn't fully trust it yet :o
regards
Simon
It prompted me to start writing a plugin to try and check the Y,U and V levels in YUY2 colourspace (ShowLevels)
I started to get unexpected results - e.g. my main TNG Huffyuv test capture clip seemed to have Y levels above 235 :( :o
So I put Limiter() in my script to see if was a problem with my filter or "real" and I found Limiter didn't make any difference. :confused:
So I went lookin on Avisynth.org to see if it needed parameters and found the documentation says it defaults to limiting Y levels to 236 :confused: :confused:
So my questions to the experts at this point are
1. Should it not be 235?
2. Is it the documentation thats wrong and/or the filter?
3. Or is it me :o
My experimental ShowLevels is available here (Version 0 in debug mode!) (http://geocities.com/siwalters_uk/showlevelsdbg.zip) (Need to right-click and use Save As)
It should just show Y levels above 235 as white pixels but I wouldn't fully trust it yet :o
regards
Simon