Decomb
From Avisynth wiki
(Difference between revisions)
m (update) |
Raffriff42 (Talk | contribs) (use Template:N2Moved //TODO: Telecide etc = redlinks) |
||
Line 4: | Line 4: | ||
|neuron2 | |neuron2 | ||
|5.2.4 | |5.2.4 | ||
− | |[ | + | |[{{N2Moved}}/decomb/decomb524.zip decomb524.zip] |
|[[IVTC]] & Decimation | |[[IVTC]] & Decimation | ||
| | | | ||
Line 11: | Line 11: | ||
{| | {| | ||
|<span style="color:red">'''Official homepage:</span> | |<span style="color:red">'''Official homepage:</span> | ||
− | | | + | |[{{N2Moved}}/decomb/decombnew.html decombnew.html]<br> |
|- | |- | ||
− | |<span style="color:red">'''Official documentation:</span> | + | |<span style="color:red">'''Official documentation: </span> |
− | | | + | |[{{N2Moved}}/decomb/DecombReferenceManual.html DecombReferenceManual.html]<br> |
|- | |- | ||
|<span style="color:red">'''Official tutorial:</span> | |<span style="color:red">'''Official tutorial:</span> | ||
− | | | + | |[{{N2Moved}}/decomb/DecombTutorial.html DecombTutorial.html]<br> |
|- | |- | ||
|<span style="color:red">'''Official FAQ:</span> | |<span style="color:red">'''Official FAQ:</span> | ||
− | | | + | |[{{N2Moved}}/decomb/DecombFAQ.html DecombFAQ.html] |
|} | |} | ||
<br> | <br> |
Revision as of 19:56, 17 September 2014
Abstract | |
---|---|
Author | neuron2 |
Version | 5.2.4 |
Download | decomb524.zip |
Category | IVTC & Decimation |
Requirements | |
License | GNU Public License |
Discussion |
Official homepage: | decombnew.html |
Official documentation: | DecombReferenceManual.html |
Official tutorial: | DecombTutorial.html |
Official FAQ: | 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 |