MovePlus

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Description)
(a few corrections)
Line 18: Line 18:
 
* [x86] [[AviSynth+]]
 
* [x86] [[AviSynth+]]
 
* [x64] [[AviSynth+]]
 
* [x64] [[AviSynth+]]
* Supported color formats: [[TODO]]
+
* Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[Y8]], [[YV12]], [[YV16]], [[YV24]]
 +
** AviSynth+: All [[planar]] formats (8/10/12/14/16bit and 32-bit, Y/YUV/RGB) are supported.
 
<br>
 
<br>
 
* [https://www.microsoft.com/en-us/download/details.aspx?id=53587 Microsoft Visual C++ 2015 Redistributable Package (x86 / x64)]
 
* [https://www.microsoft.com/en-us/download/details.aspx?id=53587 Microsoft Visual C++ 2015 Redistributable Package (x86 / x64)]
Line 28: Line 29:
 
{{PluginFilterTable2}}
 
{{PluginFilterTable2}}
 
{{PluginFilterRow|movePlus|Turn|
 
{{PluginFilterRow|movePlus|Turn|
Turns the image through given degrees about a specified fulcrum.
+
Turns the image through given degrees about a specified fulcrum. Corresponds to the [[Spinner]] plugin.
|
+
|[[RGB24]], [[RGB32]], [[YUY2]], all planar formats (Y,YUV/RGB, 8-16bit and 32bit)
 
}}
 
}}
 
{{PluginFilterRow|movePlus|Reform|
 
{{PluginFilterRow|movePlus|Reform|
Converts a quadrilateral image into rectangular one or vice versa.
+
Converts a quadrilateral image into rectangular one or vice versa. Corresponds to the [[Reform]] and [[Reformer]] plugins.
|
+
|[[RGB24]], [[RGB32]], [[YUY2]], all planar formats (Y,YUV/RGB, 8-16bit and 32bit)
 
}}
 
}}
 
{{PluginFilterRow|movePlus|Barrel|
 
{{PluginFilterRow|movePlus|Barrel|
Due to sphericity of the lenses used in cameras, either Barrel type or Pin cushion type distortions are often seen in images. This Function corrects these distortions.
+
Due to sphericity of the lenses used in cameras, either Barrel type or Pin cushion type distortions are often seen in images. This function corrects these distortions. Corresponds to the [[DeBarrel]] plugin.
|
+
|[[RGB24]], [[RGB32]], [[YUY2]], all planar formats (Y,YUV/RGB, 8-16bit and 32bit)
 
}}
 
}}
 
|}
 
|}
Line 50: Line 51:
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
'''Back to [[External_filters#Spatio-Temporal_Denoisers|Transformation]] &larr;'''
+
'''Back to [[External_filters#Rotation.2FShear.2FSkew.2FPerspective|External Filters]] &larr;'''

Revision as of 19:05, 9 June 2020

Abstract
Author V. C. Mohan
Version 2018/04/09
Download movePlus.7z
Category Multipurpose Filters
License GPLv3
Discussion Doom9 Thread

Contents

Description

This plugin has 3 functions, which move pixels to new locations either for correcting for distortions or rotating. These functions were originally coded as individual plugins for avisynth. Due to recent changes in avisynth+ capabilities, these functions were put together, modified and updated. All these functions are thread safe. (MT_NICE_FILTER)


Requirements


*** vcredist_x86.exe is required for movePlus-x86
*** vcredist_x64.exe is required for movePlus-x64


Filters

Filter Description Color format
Turn

Turns the image through given degrees about a specified fulcrum. Corresponds to the Spinner plugin.

RGB24, RGB32, YUY2, all planar formats (Y,YUV/RGB, 8-16bit and 32bit)
Reform

Converts a quadrilateral image into rectangular one or vice versa. Corresponds to the Reform and Reformer plugins.

RGB24, RGB32, YUY2, all planar formats (Y,YUV/RGB, 8-16bit and 32bit)
Barrel

Due to sphericity of the lenses used in cameras, either Barrel type or Pin cushion type distortions are often seen in images. This function corrects these distortions. Corresponds to the DeBarrel plugin.

RGB24, RGB32, YUY2, all planar formats (Y,YUV/RGB, 8-16bit and 32bit)


Changelog

Version      Date            Changes
2018/04/09 - Latest release 2017/01/02 - Initial release




Back to External Filters

Personal tools