MovePlus
(a few corrections) |
(add Archived Downloads section) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{FilterCat6|External_filters|Plugins|Plugins_x64|Adjustment_filters|Transformation|Deep_color_tools}} |
{{Filter3 | {{Filter3 | ||
| {{Author/vcmohan}} | | {{Author/vcmohan}} | ||
− | | | + | | 2020/07/06 |
|[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z] | |[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z] | ||
| Multipurpose Filters | | Multipurpose Filters | ||
Line 13: | Line 13: | ||
*See official documentation: http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.html | *See official documentation: http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.html | ||
+ | |||
+ | *'''This plugin has been superseded by [[manyPlus]].''' | ||
<br> | <br> | ||
Line 19: | Line 21: | ||
* [x64] [[AviSynth+]] | * [x64] [[AviSynth+]] | ||
* Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[Y8]], [[YV12]], [[YV16]], [[YV24]] | * Supported color formats: [[RGB24]], [[RGB32]], [[YUY2]], [[Y8]], [[YV12]], [[YV16]], [[YV24]] | ||
− | ** AviSynth+: All [[planar]] formats (8/10/12/14/ | + | ** AviSynth+: All [[planar]] formats (8/10/12/14/16/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 45: | Line 47: | ||
== Changelog == | == Changelog == | ||
Version Date Changes<br> | Version Date Changes<br> | ||
− | 2018/04/09 - | + | 2020/07/06 - Latest release |
+ | 2018/04/09 - ..... | ||
2017/01/02 - Initial release | 2017/01/02 - Initial release | ||
+ | <br> | ||
+ | |||
+ | == Archived Downloads == | ||
+ | {| class="wikitable" border="1"; width="400px" | ||
+ | |- | ||
+ | !!width="100px"| Version | ||
+ | !!width="150px"| Download | ||
+ | !!width="150px"| Mirror | ||
+ | |- | ||
+ | !06 July 2020 | ||
+ | |[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z]<br>[https://web.archive.org/web/20200924161043if_/http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.7z movePlus.7z] | ||
+ | |[http://www.avisynth.nl/users/vcmohan/movePlus/movePlus_src.7z movePlus_src.7z]<br>[https://web.archive.org/web/20200924155953if_/http://www.avisynth.nl/users/vcmohan/movePlus/movePlus_src.7z movePlus_src.7z] | ||
+ | |} | ||
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[External_filters#Rotation.2FShear.2FSkew.2FPerspective|External Filters]] ←''' | '''Back to [[External_filters#Rotation.2FShear.2FSkew.2FPerspective|External Filters]] ←''' |
Latest revision as of 18:25, 25 October 2020
Abstract | |
---|---|
Author | V. C. Mohan |
Version | 2020/07/06 |
Download | movePlus.7z |
Category | Multipurpose Filters |
License | GPLv3 |
Discussion | Doom9 Thread |
Contents |
[edit] 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
- This plugin has been superseded by manyPlus.
[edit] Requirements
- [x86] AviSynth+
- [x64] AviSynth+
- Supported color formats: RGB24, RGB32, YUY2, Y8, YV12, YV16, YV24
- AviSynth+: All planar formats (8/10/12/14/16/32-bit, Y/YUV/RGB) are supported.
- *** vcredist_x86.exe is required for movePlus-x86
- *** vcredist_x64.exe is required for movePlus-x64
[edit] 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) |
[edit] Changelog
Version Date Changes
2020/07/06 - Latest release 2018/04/09 - ..... 2017/01/02 - Initial release
[edit] Archived Downloads
Version | Download | Mirror |
---|---|---|
06 July 2020 | movePlus.7z movePlus.7z |
movePlus_src.7z movePlus_src.7z |
Back to External Filters ←