EXE
WinGet
VapourSynth
Fredrik Mellbin · R74 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
VapourSynth-x64-R74.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
VapourSynth-x64-R74.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS
File Identity
Filename
VapourSynth-x64-R74.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
VapourSynth.VapourSynth
Version
R74
Description
A video processing framework with simplicity in mind
License
LGPL-2.1
↗
Homepage
https://www.vapoursynth.com/
Installer URL
https://github.com/vapoursynth/vapoursynth/releases/download/R74/VapourSynth-x64-R74.exe
Upgrade Behavior
install(Install over existing)
Release Notes
- avfs has been moved to a separate repository/download
- configuration and and handling of autoloading directories has been completely reworked, see documentation for a full explanation
- the whole application can now be installed with "pip install vapoursynth" on windows, osx and linux (HolyWu)
- greatly improved support for python virtual environments
- added ccfEnableFrameRefDebug core creation flag that will log all frame allocations to help find memory leaks
- added getCoreInfo2 function w…