MovePlus
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
- [x86] AviSynth+
- [x64] AviSynth+
- 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.
- *** 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 ←