MovePlus

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m
m (Description)
Line 10: Line 10:
  
 
== Description ==
 
== 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 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
 
*See official documentation: http://www.avisynth.nl/users/vcmohan/movePlus/movePlus.html
 
<br>
 
<br>
 +
 
== Requirements ==
 
== Requirements ==
 
* [x86] [[AviSynth+]]
 
* [x86] [[AviSynth+]]

Revision as of 15:39, 19 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)


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

Personal tools