ShowOverRange
From Avisynth wiki
Abstract | |
---|---|
Author | SAPikachu |
Version | 2011/04/10 |
Download | ShowOverRange.zip |
Category | Levels and Chroma |
License | |
Discussion | NMM Forum - [Chinese] |
Contents |
Description
Shows pixels that are out of TV range (16-235) by painting pixels blue for anything less than 16, and red for anything greater than 235.
Only luma out of range pixels are taken in account and they are colored with the following values:
- Red = Y=76, U=85, V=255
- Blue = Y=29, U=255, V=107
Requirements
- AviSynth 2.5.8 or later
- Progressive input only
- Supported color formats: YUY2, YV12
Syntax and Parameters
- ShowOverRange (clip)
- clip =
- clip =
- Input clip must be progressive YUY2 or YV12.
Examples
AviSource("blah.avi") ShowOverRange()
- Red pixels are greater than 235; blue pixels are less than 16.
Changelog
Version Date Changes
2011/04/10 2011/04/10 - Initial release
External Links
- NMM Forum - ShowOverRange discussion [Chinese].
- Archive.org - Archived download.
Back to External Filters ←