ShowOverRange

From Avisynth wiki
Revision as of 02:41, 17 March 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


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
- Microsoft Visual C++ 2010 Redistributable Package (x86)


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


Links





Back to External Filters

Personal tools