ShowOverRange

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(ShowOverRange)
 
m (minor formatting)
 
Line 1: Line 1:
{{FilterCat|External_filters|Adjustment_filters|Levels and Chroma}}
+
{{FilterCat4|External_filters|Plugins|Adjustment_filters|Levels and Chroma filters}}
{{Filter2
+
{{Filter3
 
|{{Author/SAPikachu}}
 
|{{Author/SAPikachu}}
 
|2011/04/10
 
|2011/04/10
 
|{{Plugin/ShowOverRange}}
 
|{{Plugin/ShowOverRange}}
 
|Levels and Chroma
 
|Levels and Chroma
|}}
+
|
 +
|6=[http://www.nmm-hd.org/newbbs/viewtopic.php?f=7&t=218 NMM Forum] - [Chinese]}}
 
<br>
 
<br>
 
== Description ==
 
== 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.
+
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.<br/>
:Only luma out of range pixels are taken in account and they are colored with the following values:
+
Only luma out of range pixels are taken in account and they are colored with the following values:
  
::*<span style="color:red">'''Red'''</span> = Y=76, U=85, V=255
+
:*<span style="color:red">'''Red'''</span> = Y=76, U=85, V=255
  
::*<span style="color:blue">'''Blue'''</span> = Y=29, U=255, V=107
+
:*<span style="color:blue">'''Blue'''</span> = Y=29, U=255, V=107
 
<br>
 
<br>
 
== Requirements ==
 
== Requirements ==
:- AviSynth 2.5.8 or later
+
* AviSynth 2.5.8 or later
:- [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only  
+
* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only  
:- Supported color formats: [[YUY2]], [[YV12]]
+
* Supported color formats: [[YUY2]], [[YV12]]
  
:- [http://www.microsoft.com/en-us/download/details.aspx?id=8328 Microsoft Visual C++ 2010 Redistributable Package (x86)]
+
* [http://www.microsoft.com/en-us/download/details.aspx?id=8328 Microsoft Visual C++ 2010 Redistributable Package (x86)]
 
<br>
 
<br>
 
== [[Script variables|Syntax and Parameters]] ==
 
== [[Script variables|Syntax and Parameters]] ==
Line 40: Line 41:
 
  2011/04/10      2011/04/10      - Initial release
 
  2011/04/10      2011/04/10      - Initial release
 
<br>
 
<br>
== Links ==
+
==External Links ==
*[http://www.nmm-hd.org/newbbs/viewtopic.php?f=7&t=218 NMM Forum] - ShowOverRange discussion [foreign language].
+
*[http://www.nmm-hd.org/newbbs/viewtopic.php?f=7&t=218 NMM Forum] - ShowOverRange discussion [Chinese].
 
*[http://web.archive.org/web/20140316202006/https://www.nmm-hd.org/newbbs/download/file.php?id=164 Archive.org] - Archived download.
 
*[http://web.archive.org/web/20140316202006/https://www.nmm-hd.org/newbbs/download/file.php?id=164 Archive.org] - Archived download.
 
<br>
 
<br>

Latest revision as of 00:34, 21 September 2014

Abstract
Author SAPikachu
Version 2011/04/10
Download ShowOverRange.zip
Category Levels and Chroma
License
Discussion NMM Forum - [Chinese]


Contents

[edit] 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


[edit] Requirements


[edit] Syntax and Parameters

ShowOverRange (clip)


clip   =
Input clip must be progressive YUY2 or YV12.


[edit] Examples

AviSource("blah.avi")
ShowOverRange()

ShowOverRange.png

  • Red pixels are greater than 235; blue pixels are less than 16.



[edit] Changelog

Version         Date            Changes
2011/04/10 2011/04/10 - Initial release


[edit] External Links





Back to External Filters

Personal tools