ShowOverRange

From Avisynth wiki
Revision as of 00:34, 21 September 2014 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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


Syntax and Parameters

ShowOverRange (clip)


clip   =
Input clip must be progressive YUY2 or YV12.


Examples

AviSource("blah.avi")
ShowOverRange()

ShowOverRange.png

  • 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





Back to External Filters

Personal tools