EXE
WinGet
VapourSynth
Fredrik Mellbin · R65 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
VapourSynth-x64-R65.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
VapourSynth-x64-R65.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /ALLUSERS
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VapourSynth_is1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
R65
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
VapourSynth-x64-R65.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
VapourSynth.VapourSynth
Version
R65
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/R65/VapourSynth-x64-R65.exe
Upgrade Behavior
install(Install over existing)
Release Notes
fixed inspection api sometimes causing memory corruption when used from python
frame properties in python are now return as str type instead of bytes when hinted as utf8 printable
fixed how unprintable data is returned from plugin functions in python, previously it would leak a ctypes pointer with no length instead of returning a bytes object
fixed a bug in the avx2 maskedmerge float premultiplied code path that would switch the two input clips
reverted the from_chars code a bit more to make no…