ReInterpolate411
From Avisynth wiki
(Difference between revisions)
(Created page with "<h1>Reinterpolate411</h1> <h2>Abstract</h2> <b>author:</b> Tom Barry <br><b>version:</b> <br> <b>download:</b> http://neuron2.net/trbarry/ReInterpolate411.zip<br> <b>category...") |
m |
||
Line 1: | Line 1: | ||
− | |||
<h2>Abstract</h2> | <h2>Abstract</h2> | ||
<b>author:</b> Tom Barry | <b>author:</b> Tom Barry |
Revision as of 14:54, 19 October 2013
Abstract
author: Tom Barry
version:
download: http://neuron2.net/trbarry/ReInterpolate411.zip
category: Broadcast Video Plugins
requirements:
- YUY2 Colorspace
- NTSC DV 4:1:1
Description
This filter is only tested with the MainConcept decoder so far. But it does seem that even chroma pixels are just being duplicated in that codec. This filter will help that by discarding the odd chroma pixels and recreating them as the average of the 2 adjacent even pixels.
It doesn't matter whether the material is interlaced. There are no parms, only Avisynth 2.5 YUY2 supported. Probably use it directly after AviSource as:
AviSource(...) ReInterpolate411()