MovePlus
From Avisynth wiki
(Difference between revisions)
(movPlus: add documentation (WIP)) |
m |
||
Line 20: | Line 20: | ||
<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)] | ||
− | :<span style="color:red">***</span> <tt>vcredist_x86.exe</tt> is required for <tt> | + | :<span style="color:red">***</span> <tt>vcredist_x86.exe</tt> is required for <tt>movePlus-x86</tt> |
− | :<span style="color:red">***</span> <tt>vcredist_x64.exe</tt> is required for <tt> | + | :<span style="color:red">***</span> <tt>vcredist_x64.exe</tt> is required for <tt>movePlus-x64</tt> |
<br> | <br> | ||
Revision as of 04:19, 18 April 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 )
- See official documentation: http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.html
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. |
|
Reform |
Converts a quadrilateral image into rectangular one or vice versa. |
|
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. |
Changelog
Version Date Changes
2018/04/09 - Latest release 2017/01/02 - Initial release
Back to Transformation ←