DePan: Difference between revisions

From Avisynth wiki
Jump to navigationJump to search
supported colorspace corrections
m add Deep_color_tools category
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{FilterCat5|External_filters|Plugins|Plugins_x64|Restoration_filters|Stabilizers}}
{{FilterCat6|External_filters|Plugins|Plugins_x64|Restoration_filters|Stabilizers|Deep_color_tools}}
{{Filter3
{{Filter3
| {{Author/Fizick}}, {{Author/pinterf}}
| {{Author/Fizick}}, {{Author/pinterf}}
Line 19: Line 19:
* [x64]: [[AviSynth+]]
* [x64]: [[AviSynth+]]
* Supported color formats: [[YUY2]], [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
* Supported color formats: [[YUY2]], [[Y8]], [[YV12]], [[YV16]], [[YV24]], [[YV411]]
**AviSynth+: all 8-16bit planar YUV formats are supported
**AviSynth+: all 8-16bit [[planar]] Y/YUV formats are supported
<br>
<br>
* Microsoft Visual C++ 2017-2019 Redistributable Package (x86 / x64)
* 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_x86.exe</tt> is required for <tt>DePan-x86</tt>
:<span style="color:red">***</span> <tt>vcredist_x64.exe</tt> is required for <tt>RgTools-x64</tt>
:<span style="color:red">***</span> <tt>vcredist_x64.exe</tt> is required for <tt>DePan-x64</tt>
<br>
<br>


Line 54: Line 54:
<br>
<br>
-----------------------------------------------
-----------------------------------------------
'''Back to [[External_filters#Spatio-Temporal_Denoisers|External Filters]] &larr;'''
'''Back to [[External_filters#Stabilization|External Filters]] &larr;'''

Latest revision as of 22:25, 25 June 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


  • Microsoft Visual C++ 2017-2019 Redistributable Package (x86 / x64)
*** vcredist_x86.exe is required for DePan-x86
*** vcredist_x64.exe is required for DePan-x64


Filters

Filter Description Color format
Depan

Generates the clip with motion compensated frames.

YUY2, Y8, YV12, YV16, YV24, YV411, all 8-16bit planar YUV for AVS+
DePanInterleave

Generates an interleaved clip comprising original frames with motion-compensated frames either side.

YUY2, Y8, YV12, YV16, YV24, YV411, all 8-16bit planar YUV for AVS+
DePanStabilize

Motion stabilization (deshake) by smoothing of global motion.

YUY2, Y8, YV12, YV16, YV24, YV411, all 8-16bit planar YUV for AVS+
DePanScenes

Generates a clip with scene changes highlighted.

YUY2, Y8, YV12, YV16, YV24, YV411, all 8-16bit planar YUV 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