MovePlus

From Avisynth wiki
Revision as of 18:25, 25 October 2020 by Reel.Deal (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Abstract
Author V. C. Mohan
Version 2020/07/06
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)

  • This plugin has been superseded by manyPlus.


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
2020/07/06 - Latest release 2018/04/09 - ..... 2017/01/02 - Initial release


Archived Downloads

Version Download Mirror
06 July 2020 movePlus.7z
movePlus.7z
movePlus_src.7z
movePlus_src.7z




Back to External Filters

Personal tools