Decomb
From Avisynth wiki
(Difference between revisions)
m (1 revision) |
m (update) |
||
Line 1: | Line 1: | ||
+ | |||
+ | |||
{{Filter | {{Filter | ||
|neuron2 | |neuron2 | ||
− | |5.2. | + | |5.2.4 |
− | |[http://neuron2.net/decomb/ | + | |[http://neuron2.net/decomb/decomb524.zip decomb524.zip] |
|[[IVTC]] & Decimation | |[[IVTC]] & Decimation | ||
| | | | ||
|GNU Public License | |GNU Public License | ||
}} | }} | ||
− | + | {| | |
+ | |<span style="color:red">'''Official homepage:</span> | ||
+ | |http://neuron2.net/decomb/decombnew.html<br> | ||
+ | |- | ||
+ | |<span style="color:red">'''Official documentation:</span> | ||
+ | |http://neuron2.net/decomb/DecombReferenceManual.html<br> | ||
+ | |- | ||
+ | |<span style="color:red">'''Official tutorial:</span> | ||
+ | |http://neuron2.net/decomb/DecombTutorial.html<br> | ||
+ | |- | ||
+ | |<span style="color:red">'''Official FAQ:</span> | ||
+ | |http://neuron2.net/decomb/DecombFAQ.html | ||
+ | |} | ||
+ | <br> | ||
+ | <br> | ||
== Description == | == 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. | 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: [http://www.doom9.org/index.html?/decomb-params.htm] | Description of functions below: [http://www.doom9.org/index.html?/decomb-params.htm] | ||
− | + | <br> | |
+ | <br> | ||
== Filters == | == Filters == | ||
− | |||
{{PluginFilterTable}} | {{PluginFilterTable}} | ||
+ | |||
| [[Decomb/Telecide|Telecide]] | | [[Decomb/Telecide|Telecide]] | ||
| Recovers progressive frames by finding and aligning matching fields. | | Recovers progressive frames by finding and aligning matching fields. |
Revision as of 04:33, 20 June 2014
Abstract | |
---|---|
Author | neuron2 |
Version | 5.2.4 |
Download | decomb524.zip |
Category | IVTC & Decimation |
Requirements | |
License | GNU Public License |
Discussion |
Official homepage: | http://neuron2.net/decomb/decombnew.html |
Official documentation: | http://neuron2.net/decomb/DecombReferenceManual.html |
Official tutorial: | http://neuron2.net/decomb/DecombTutorial.html |
Official FAQ: | http://neuron2.net/decomb/DecombFAQ.html |
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 |