Decomb
From Avisynth wiki
(Difference between revisions)
m (1 revision) |
Revision as of 23:04, 19 May 2013
Abstract | |
---|---|
Author | neuron2 |
Version | 5.2.3 |
Download | neuron2.net |
Category | IVTC & Decimation |
Requirements | |
License | GNU Public License |
Discussion |
Description
This package of plugin functions for Avisynth provides the means for removing combing artifacts from telecined progressive streams, interlaced streams, and mixtures thereof. Functions can be combined to implement inverse telecine (IVTC) for both NTSC and PAL streams. Description of functions below: [1]
Filters
Filter | Description | Color format |
---|---|---|
Telecide | Recovers progressive frames by finding and aligning matching fields. | YUY2, YV12 |
FieldDeinterlace | Space-adaptive deinterlacing filter. | YUY2, YV12 |
Decimate | Decimate removes one duplicate frame in every group of frames. | YUY2, YV12 |
IsCombed | This is a utility filter useful in Avisynth scripting. It enables a script to distinguish progressive versus interlaced frames. | YUY2, YV12 |