ReInterpolate411
From Avisynth wiki
(Difference between revisions)
m |
m |
||
Line 1: | Line 1: | ||
− | + | {{FilterCat|External_filters|Restoration_filters|Dehalo}} | |
− | + | {{Filter | |
− | + | |{{Author/Tom Barry}} | |
− | + | |v0.1.1 | |
− | + | |[http://neuron2.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip] | |
− | + | |Chroma Correction | |
− | + | | | |
− | + | * YUY2 | |
− | + | |[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | |
− | + | |}} | |
− | + | == 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. | |
− | + | <br> | |
− | the average of the | + | == Requirements == |
− | + | :- AviSynth 2.5.8 or later | |
− | + | :- Supported color formats: [[YUY2]] | |
− | + | ||
− | + | ||
− | + | :- [[SSE]] / [[MMX]] compatible CPU | |
− | [http://web.archive.org/web/ | + | <br> |
− | http://forum.doom9.org/showthread.php?t=129601<br> | + | == Syntax and Parameters == |
− | http://forum. | + | :{{Template:FuncDef|ReInterpolate411 (''clip'')}} |
− | http://forum.doom9.org/showthread.php?t=113777 | + | <br> |
− | http://forum.doom9.org/showthread.php?t=100649 | + | == Examples == |
− | http://forum. | + | [[AviSource]]("Blah.avi") |
+ | ReInterpolate411() | ||
+ | <br> | ||
+ | == Changelog == | ||
+ | <br> | ||
+ | == External Links == | ||
+ | *[http://web.archive.org/web/20061218163036/http://home.comcast.net/~trbarry/ Archive.org] - Original archived homepage<br> | ||
+ | *[http://forum.doom9.org/showthread.php?t=129601 Doom9 Forum] - Archived downloads<br> | ||
+ | *[http://forum.doom9.org/showthread.php?p=352001#post352001 Doom9 Forum] - Original discussion about ReInterpolate411. | ||
+ | *[http://forum.doom9.org/showthread.php?t=113777 Doom9 Forum] - Discussion about correctly using ReInterpolate411.<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. |
Revision as of 14:20, 27 January 2014
Abstract | |
---|---|
Author | Tom Barry |
Version | v0.1.1 |
Download | ReInterpolate411.zip |
Category | Chroma Correction |
Requirements |
|
License | GPLv2 |
Discussion |
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)
Examples
AviSource("Blah.avi") ReInterpolate411()
Changelog
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.