ReInterpolate411

From Avisynth wiki
Revision as of 14:20, 27 January 2014 by Reel.Deal (Talk | contribs)

Jump to: navigation, search
Abstract
Author Tom Barry
Version v0.1.1
Download ReInterpolate411.zip
Category Chroma Correction
Requirements
  • YUY2
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
- SSE / MMX compatible CPU


Syntax and Parameters

ReInterpolate411 (clip)


Examples

AviSource("Blah.avi")
ReInterpolate411()


Changelog


External Links

Personal tools