vcm


Author V. C. Mohan
Date 19 oct 2021
All my plugins are available for free download from "here".

vcm plugin for vapoursynth version r50+, is free and the author does not give any guarentee for its operation. It may be downloaded and used at the users risk.

vcm plugin has functions which can be broadly grouped as:-
1.those that modify pixel value to reduce noise or some other criteria,
2. those that reposition or move the pixels to compensate geometrical distortions or rotate,
3. Those that operate in frequency domain and require libfftwf3-3.dll ( or FFTW3.dll or fftw.dll of fft.org) in path and
4. miscellaneous category used for testing as requested by some academia.

The full list is given below. Also some examples of script and some results are given for each group in Script panels. Excepting frequency domain functions, rest of functions are thread safe. 32 and 64 bit versions as well as documentation are included.


Functions which modify pixel values in spatial domain as per some criteria:-
Amp
Fan
GBlur
Hist
MBlur
Mean
Median
Neural
SaltPepper
Variance
Veed
mod Script examples

Functions which move/reposition pixels:-
DeBarrel
DeJitter
Reform
Rotate
Fisheye
move Script examples

Functions which operate in frequency domain:-
F1Quiver
F1QClean
F1QLimit
F2Quiver
F2QLimit
F2QBlur
F2QBokeh
F2QCorr
F2QSharp
FQ Script examples

Functions of miscellaneous category:-
Bokeh
ColorBox
Grid
Jitter
Pattern
StepFilter
Circles
misc Script examples