Decomb
From Avisynth wiki
(Difference between revisions)
m (less spaces) |
(add x64 version and categories) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{FilterCat5|External_filters|Plugins|Plugins_x64|IVTC|Decimation}} |
− | |neuron2 | + | {{Filter3 |
− | |5.2.4 | + | |1=neuron2 |
− | |[{{N2Moved}}/decomb/decomb524.zip decomb524.zip] | + | |2=5.2.4 |
− | |[[IVTC]] & Decimation | + | |3=[x86]: [{{N2Moved}}/decomb/decomb524.zip decomb524.zip] |
− | | | + | ----------- |
− | + | [x64]: [https://www.dropbox.com/s/wdnkly9xun1skj4/decomb_5.2.4_x64.zip?dl=1 decomb_5.2.4_x64.zip] | |
+ | |4=[[IVTC]] & Decimation | ||
+ | |5=GNU Public License | ||
+ | |6= | ||
}} | }} | ||
{| | {| | ||
Line 26: | Line 29: | ||
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> | ||
+ | <br> | ||
+ | == Requirements == | ||
+ | * [x86]: [[AviSynth+]] or [http://forum.doom9.org/showthread.php?t=168764 AviSynth 2.6] | ||
+ | * [x64]: [[AviSynth+]] | ||
+ | * Supported color formats: [[YUY2]], [[YV12]] | ||
<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. | ||
Line 45: | Line 52: | ||
| This is a utility filter useful in Avisynth scripting. It enables a script to distinguish progressive versus interlaced frames. | | This is a utility filter useful in Avisynth scripting. It enables a script to distinguish progressive versus interlaced frames. | ||
| [[YUY2]], [[YV12]] | | [[YUY2]], [[YV12]] | ||
− | | | + | |} |
− | [[ | + | |
+ | <br> | ||
+ | ----------------------------------------------- | ||
+ | '''Back to [[External_filters#IVTC_.26_Decimation|External Filters]] ←''' | ||
+ | ----------------------------------------------- |
Revision as of 18:05, 21 May 2020
Abstract | |
---|---|
Author | neuron2 |
Version | 5.2.4 |
Download | [x86]: decomb524.zip
[x64]: decomb_5.2.4_x64.zip |
Category | IVTC & Decimation |
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]
Requirements
- [x86]: AviSynth+ or AviSynth 2.6
- [x64]: AviSynth+
- Supported color formats: YUY2, YV12
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 |
Back to External Filters ←