DePan: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
m 1 revision |
update page to latest version from pinterf |
||
| Line 1: | Line 1: | ||
{{ | {{FilterCat5|External_filters|Plugins|Plugins_x64|Restoration_filters|Stabilizers}} | ||
| | {{Filter3 | ||
|1. | | {{Author/Fizick}}, {{Author/pinterf}} | ||
|[ | | Depan v2.13.1.5 | ||
| | |[https://github.com/pinterf/mvtools/releases mvtools-2.7.41-with-depans20200430.7z] | ||
| | | Stabilizers | ||
| | | [https://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | ||
|6=[https://forum.doom9.org/showthread.php?t=66686 Doom9 Thread] | |||
}} | }} | ||
== Description == | == Description == | ||
DePan is a plugin for full or partial global motion compensation, to be used in conjunction with [[DePanEstimate]]. Full documentation is here: http://avisynth.org.ru/depan/depan.html | |||
*'''Note''': DePan and [[DePanEstimate]] are bundled as a package with MVTools2. | |||
<br> | |||
== Requirements == | |||
* [x86]: [[AviSynth+]] or [http://forum.doom9.org/showthread.php?t=168764 AviSynth 2.6] | |||
* [x64]: [[AviSynth+]] | |||
* Supported color formats: [[Y8]], [[YV12]], [[YV16]], [[YV24]] | |||
**AviSynth+: YUV(A) and planar RGB(A) 10-16 bits | |||
<br> | |||
* Microsoft Visual C++ 2017-2019 Redistributable Package (x86 / x64) | |||
:<span style="color:red">***</span> <tt>vcredist_x86.exe</tt> is required for <tt>RgTools-x86</tt> | |||
:<span style="color:red">***</span> <tt>vcredist_x64.exe</tt> is required for <tt>RgTools-x64</tt> | |||
<br> | |||
== Filters == | == Filters == | ||
{{PluginFilterTable2}} | |||
{{PluginFilterRow|DePan|Depan| | |||
Generates the clip with motion compensated frames. | |||
| [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]], all 8-32bit planar YUV/RGB for AVS+ | |||
}} | |||
{{PluginFilterRow|DePan|DePanInterleave| | |||
Generates an interleaved clip comprising original frames with motion-compensated frames either side. | |||
| [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]], all 8-32bit planar YUV/RGB for AVS+ | |||
}} | |||
{{PluginFilterRow|DePan|DePanStabilize| | |||
Motion stabilization (deshake) by smoothing of global motion. | |||
| [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]], all 8-32bit planar YUV/RGB for AVS+ | |||
}} | |||
{{PluginFilterRow|DePan|DePanScenes| | |||
Generates a clip with scene changes highlighted. | |||
| [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]], all 8-32bit planar YUV/RGB for AVS+ | |||
}} | |||
|} | |||
<br> | |||
== Changelog == | |||
Version Date Changes<br> | |||
v1.13.1 2016/04/06 - Last release by Fizick, see included documentation for full changelog | |||
[[ | <br> | ||
<br> | |||
----------------------------------------------- | |||
'''Back to [[External_filters#Spatio-Temporal_Denoisers|External Filters]] ←''' | |||
Revision as of 19:06, 4 May 2020
| Abstract | |
|---|---|
| Author | Fizick, pinterf |
| Version | Depan v2.13.1.5 |
| Download | mvtools-2.7.41-with-depans20200430.7z |
| Category | Stabilizers |
| License | GPLv2 |
| Discussion | Doom9 Thread |
Description
DePan is a plugin for full or partial global motion compensation, to be used in conjunction with DePanEstimate. Full documentation is here: http://avisynth.org.ru/depan/depan.html
- Note: DePan and DePanEstimate are bundled as a package with MVTools2.
Requirements
- [x86]: AviSynth+ or AviSynth 2.6
- [x64]: AviSynth+
- Supported color formats: Y8, YV12, YV16, YV24
- AviSynth+: YUV(A) and planar RGB(A) 10-16 bits
- Microsoft Visual C++ 2017-2019 Redistributable Package (x86 / x64)
- *** vcredist_x86.exe is required for RgTools-x86
- *** vcredist_x64.exe is required for RgTools-x64
Filters
| Filter | Description | Color format |
|---|---|---|
| Depan |
Generates the clip with motion compensated frames. |
Y8, YV12, YV16, YV24, YV411, all 8-32bit planar YUV/RGB for AVS+ |
| DePanInterleave |
Generates an interleaved clip comprising original frames with motion-compensated frames either side. |
Y8, YV12, YV16, YV24, YV411, all 8-32bit planar YUV/RGB for AVS+ |
| DePanStabilize |
Motion stabilization (deshake) by smoothing of global motion. |
Y8, YV12, YV16, YV24, YV411, all 8-32bit planar YUV/RGB for AVS+ |
| DePanScenes |
Generates a clip with scene changes highlighted. |
Y8, YV12, YV16, YV24, YV411, all 8-32bit planar YUV/RGB for AVS+ |
Changelog
Version Date Changes
v1.13.1 2016/04/06 - Last release by Fizick, see included documentation for full changelog
Back to External Filters ←