View Single Post
Old 11th June 2018, 16:39   #1  |  Link
l33tmeatwad
Registered User
 
l33tmeatwad's Avatar
 
Join Date: Jun 2007
Posts: 414
VapourSynth Installer, Applications, & Plugins for macOS (Intel)

The applications, installer, and plugins are compiled for macOS 10.12 or newer. To install plugins simply copy them to the autoloading path, which can be found through the shortcut on the desktop.

NOTE: Gatekeeper will require you to approve the installer and each plugin you add individually by following Apple's instructions for opening an app that hasn't been notarized or is from an unidentified developer.



VapourSynth Installer:
Installer Downloads
Installers include D2V Source, FFMS2, & LSMASHSource.
INFO: To access the python environment for the VapourSynth.framework just run vspython in terminal.
DEPENDENCY: For ImageMagick to work you will need to install XQuartz.
IMPORTANT: The installer includes it's own copy of python separate from the system, to access that environment use the commands vspython3 or vspip3 in terminal.

Alternative VapourSynth Install Method (Brew):
IMPORTANT: Brew users will need to create and set the autoload folder prior to installing VapourSynth! Simply run the following commands:
Code:
mkdir -p /usr/local/lib/vapoursynth
mkdir -p "$HOME/Library/Application Support/VapourSynth"
touch "$HOME/Library/Application Support/VapourSynth/vapoursynth.conf"
echo UserPluginDir=/usr/local/lib/vapoursynth >> "$HOME/Library/Application Support/VapourSynth/vapoursynth.conf"
echo SystemPluginDir=/usr/local/lib/vapoursynth >> "$HOME/Library/Application Support/VapourSynth/vapoursynth.conf"
(Optional) Create desktop shortcuts for the plugins and scripts folders. Run the following commands in terminal:
Code:
mkdir $HOME/Desktop/VapourSynth
ln -s /usr/local/lib/vapoursynth $HOME/Desktop/VapourSynth/Plugins
ln -s /usr/local/lib/python3.9/site-packages $HOME/Desktop/VapourSynth/Scripts
Use brew command:
Code:
brew install vapoursynth

Applications:
D2V Witch v5
VapourSynth Editor r19 Mod 1
VapourSynth Editor r19 Mod 5.1 (Requires macOS 10.13+)
VapourSynth Editor r19 Mod 6.3 (Requires macOS 10.15+)

Plugins:
Plugin Downloads (Mirror)

Available Plugins:
AdaptiveGrain
AddGrain
Anime4KCPP
AreaResize (**)
ASharp
AutoCrop
Average
aWarpSharp2
BestAudioSource
Bifrost
Bilateral
BM3D
Bwdif
CAS (Requires macOS 10.14+)
CNR2
ColorBars
CombMask
ContinuityFixer
CTMF
D2VSource
Damb
DCTFilter
Deblock
DeblockPP7
DeCross
Dedot
DegrainMedian
DeLogo
DePan (Source)
Descale
DFTTest (r7+ Requires macOS 10.14+)
DotKill
DPID
EdgeFixer
EEDI2
EEDI3
EEDI3m
FFMS2
FFT3DFilter
FFTSpectrum
FieldHint
FillBorders
Fix Telecined Fades
Flash3kyuu Deband
Fluxsmooth
Focus
Format Conversion
GradCurve
Histogram
HQDN3D
ImageMagick
IT (Requires macOS 10.15+)
JincResize (**)
KNLMeansCL
LGhost
LSMASHSource
MiniDeen
MinSharp
MotionMask
MSmoosh
MVTools
NNEDI3
NNEDI3CL
NoiseGenerator (**)
OCR
Placebo (Requires macOS 10.15+)(*)
QRCodeSource
RawSource
ReadMpls
RemoveDirt
RemoveGrain
RemapFrames
RemoveGrain Single Precision
Retinex
SangNom
SangNomMod
SceneChange
SCrawl
SCXvid
SmoothUV
SRMD (Requires macOS 10.15+)(*)
SSIQ
SurfaceBlur
TBilateral
TCanny
TComb
TDeintMod
TempLinearApproximate
TemporalSoften
TemporalSoften2
TimeCube
TIVTC
TNLMeans
ToneMap
TTempSmooth
VagueDenoiser
vcmod
vcmove
vctrans
VFR to CFR
VideoScope
VIVTC
VMAF
W3FDIF
Waifu2x NCNN Vulkan (Requires macOS 10.15+)(*)
Waifu2x-w2xc
Warpsharp Single Precision (Requires macOS 10.14+)
Yadifmod
ZNEDI3

(*) Requires Vulkan SDK to be installed.
(**) Crashes VapourSynth Editor when preview window is closed or refreshed.

Source Code for Applications, Installer, & Plugins:
Source Downloads (Mirror)

Last edited by l33tmeatwad; 4th December 2023 at 18:12. Reason: Updated Information.
l33tmeatwad is offline   Reply With Quote