Decomb
From Avisynth wiki
(Difference between revisions)
m (→Requirements) |
(add archived downloads section) |
||
Line 27: | Line 27: | ||
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. | ||
− | |||
<br> | <br> | ||
<br> | <br> | ||
Line 37: | Line 36: | ||
== Filters == | == Filters == | ||
− | {{ | + | {{PluginFilterTable2}} |
− | | | + | {{PluginFilterRow|Decomb|Telecide| |
− | + | Recovers progressive frames by finding and aligning matching fields. | |
| [[YUY2]], [[YV12]] | | [[YUY2]], [[YV12]] | ||
− | + | }} | |
− | | | + | {{PluginFilterRow|Decomb|FieldDeinterlace| |
− | + | Space-adaptive deinterlacing filter. | |
| [[YUY2]], [[YV12]] | | [[YUY2]], [[YV12]] | ||
− | + | }} | |
− | | | + | {{PluginFilterRow|Decomb|Decimate| |
− | + | Decimate removes one duplicate frame in every group of frames. | |
| [[YUY2]], [[YV12]] | | [[YUY2]], [[YV12]] | ||
− | + | }} | |
− | | | + | {{PluginFilterRow|Decomb|IsCombed| |
− | + | This is a utility filter useful in Avisynth scripting. It enables a script to distinguish progressive versus interlaced frames. | |
| [[YUY2]], [[YV12]] | | [[YUY2]], [[YV12]] | ||
+ | }} | ||
|} | |} | ||
− | + | <br> | |
− | + | == Archived Downloads == | |
+ | {| class="wikitable" border="1"; width="500px" | ||
+ | |- | ||
+ | !!width="100px"| Version | ||
+ | !!width="250px"| Download | ||
+ | !!width="250px"| Mirror | ||
+ | |- | ||
+ | !v5.2.4 | ||
+ | | | ||
+ | [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] | ||
+ | | | ||
+ | [x86]: [https://web.archive.org/web/20181011181026/http://rationalqm.us/decomb/decomb524.zip decomb524.zip] | ||
+ | -------- | ||
+ | [x64]: [https://web.archive.org/web/20200522060243if_/https://files.videohelp.com/u/223002/decomb_5.2.4_x64.zip decomb_5.2.4_x64.zip] | ||
+ | |} | ||
+ | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[External_filters#IVTC_.26_Decimation|External Filters]] ←''' | '''Back to [[External_filters#IVTC_.26_Decimation|External Filters]] ←''' | ||
----------------------------------------------- | ----------------------------------------------- |
Latest revision as of 05:09, 22 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 |
Contents |
[edit] 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.
[edit] Requirements
- [x86]: AviSynth+ or AviSynth 2.6
- [x64]: AviSynth+
- Supported color formats: YUY2, YV12
[edit] 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 |
[edit] Archived Downloads
Version | Download | Mirror |
---|---|---|
v5.2.4 |
[x86]: decomb524.zip [x64]: decomb_5.2.4_x64.zip |
[x86]: decomb524.zip [x64]: decomb_5.2.4_x64.zip |
Back to External Filters ←