ReInterpolate411
From Avisynth wiki
(Difference between revisions)
m |
(archived links) |
||
Line 1: | Line 1: | ||
− | {{FilterCat|External_filters|Restoration_filters| | + | {{FilterCat|External_filters|Restoration_filters|Chroma correction}} |
− | {{ | + | {{Filter3 |
|{{Author/Tom Barry}} | |{{Author/Tom Barry}} | ||
− | | | + | |v1.0 |
− | |[http://neuron2.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip] | + | |[http://web.archive.org/web/20140421000209/http://neuron2.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip] |
|Chroma Correction | |Chroma Correction | ||
− | |||
− | |||
|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | |[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | ||
− | |}} | + | |6=[http://www.trbarry.com/ReInterpolate411.zip Doom9 Thread]}} |
== Description == | == Description == | ||
:A fast and simple filter to correct the improper 4:1:1 to 4:2:2 conversion that seems to occur with some NTSC DV/4:1:1 codecs. | :A fast and simple filter to correct the improper 4:1:1 to 4:2:2 conversion that seems to occur with some NTSC DV/4:1:1 codecs. | ||
Line 20: | Line 18: | ||
:- [[SSE]] / [[MMX]] compatible CPU | :- [[SSE]] / [[MMX]] compatible CPU | ||
<br> | <br> | ||
− | == Syntax and Parameters == | + | == [[Script variables|Syntax and Parameters]] == |
:{{Template:FuncDef|ReInterpolate411 (''clip'')}} | :{{Template:FuncDef|ReInterpolate411 (''clip'')}} | ||
+ | <br> | ||
+ | ::{{Par2| |clip| }} | ||
+ | :::Input clip must be [[YUY2]]. | ||
<br> | <br> | ||
== Examples == | == Examples == | ||
Line 28: | Line 29: | ||
<br> | <br> | ||
== Changelog == | == Changelog == | ||
+ | Version Date Changes<br> | ||
+ | v1.0 07/31/2003 - Initial release | ||
+ | <br> | ||
+ | |||
+ | == Archived Downloads == | ||
+ | {| class="wikitable" border="1"; width="600px" | ||
+ | |- | ||
+ | !!width="100px"| Version | ||
+ | !!width="150px"| Download | ||
+ | !!width="150px"| Mirror | ||
+ | |- | ||
+ | !v1.0 | ||
+ | |[http://web.archive.org/web/20140421000209/http://neuron2.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip] | ||
+ | |[http://web.archive.org/web/20061114124425/http://mywebpages.comcast.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip] | ||
+ | |} | ||
<br> | <br> | ||
== External Links == | == External Links == | ||
Line 36: | Line 52: | ||
*[http://forum.doom9.org/showthread.php?t=100649 Doom9 Forum] - Discussion about NTSC DV codecs.<br> | *[http://forum.doom9.org/showthread.php?t=100649 Doom9 Forum] - Discussion about NTSC DV codecs.<br> | ||
*[http://forum.videohelp.com/threads/217872-Reinterpolate411-Is-it-necessary-for-all-mpeg-encoders VideoHelp Forum] - Discussion related to ReInterpolate411. | *[http://forum.videohelp.com/threads/217872-Reinterpolate411-Is-it-necessary-for-all-mpeg-encoders VideoHelp Forum] - Discussion related to ReInterpolate411. | ||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | ----------------------------------------------- | ||
+ | '''Back to [[External_filters#Chroma_correction|External Filters]] ←''' |
Revision as of 19:27, 9 August 2014
Abstract | |
---|---|
Author | Tom Barry |
Version | v1.0 |
Download | ReInterpolate411.zip |
Category | Chroma Correction |
License | GPLv2 |
Discussion | Doom9 Thread |
Contents |
Description
- A fast and simple filter to correct the improper 4:1:1 to 4:2:2 conversion that seems to occur with some NTSC DV/4:1:1 codecs.
- It assumes the odd chroma pixels are duplicates and discards them, replacing them with the average of the two horizontally adjacent even chroma pixels.
- The input clip has to be YUY2 and can be used with either progressive or interlaced. Finally, ReInterpolate411 does not have any parameters.
Requirements
- - AviSynth 2.5.8 or later
- - Supported color formats: YUY2
Syntax and Parameters
- ReInterpolate411 (clip)
- clip =
- Input clip must be YUY2.
- clip =
Examples
AviSource("Blah.avi") ReInterpolate411()
Changelog
Version Date Changes
v1.0 07/31/2003 - Initial release
Archived Downloads
Version | Download | Mirror |
---|---|---|
v1.0 | ReInterpolate411.zip | ReInterpolate411.zip |
External Links
- Archive.org - Original archived homepage
- Doom9 Forum - Archived downloads
- Doom9 Forum - Original discussion about ReInterpolate411.
- Doom9 Forum - Discussion about correctly using ReInterpolate411.
- Doom9 Forum - Discussion about NTSC DV codecs.
- VideoHelp Forum - Discussion related to ReInterpolate411.
Back to External Filters ←