← Package directory
Available on winget

Install VapourSynth

A video processing framework with simplicity in mind

Install with winget
winget install --id VapourSynth.VapourSynth
Upgrade
winget upgrade --id VapourSynth.VapourSynth
Uninstall
winget uninstall --id VapourSynth.VapourSynth

About VapourSynth

A video processing framework with simplicity in mind

What's new in R76

- vsrepo is now no longer installed automatically for portable installs due to most plugins being available on pypi - the register-install command can now be used on *nix as well (HolyWu) - fixed ctrl-c handling in vspipe on non-windows systems - fixed an issue where certain compilers would occasionally compile the avx2 code path for some internal filters like maximum in a way that could produce pixels garbage along the edges - once again uses XDG_CONFIG_HOME environment variable for config location, was accidentally forgotten in r74 - fixed issue where caches could be forgotten with frames still in them and leak memory - completely reworked cache limits so they are much stricter and the number of threads will now be dynamically lowered to avoid using too much memory

Read release notes

Version history

Version Updated Notes
R76 Unknown - vsrepo is now no longer installed automatically for portable installs due to most plugins being available on pypi - the register-install command can now be used on *nix as well (HolyWu) - fixed ctrl-c handling in vspip...
R75 Unknown - slightly improved memory usage when many frames are queued for output - improved things for distro packagers - improved ccfEnableFrameRefDebug flag, it now outputs a list of all allocated frames as a log message after...
R74 Unknown - 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 b...
R73 Unknown **LAST RELEASE WITH WINDOWS 7 SUPPORT** - many minor python improvements (ichunjo) - the api r3 headers are no longer distributed with the windows binaries, general api r3 support for plugins remains for now - vsscript r...
R72 Unknown - added named pipe output support to vspipe in windows by specifying \.\pipe<pipename> - fixed a bug that could lead to wrong timecodes being output by vspipe when a clip contains many different frame durations - the por...
R71 Unknown - fixed vertical mirroring at edges in convolution filters - improved trim and audiotrim error messages - updated the supported python versions to 3.13 and 3.8 on windows - updated visual studio 2022 runtime version
R70 Unknown Uses latest visual studio compiler again. See https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview/issues/190 for a workaround for vspreview crashes. Other changes: - the inspectable core flag is now correctly detect...
R69 Unknown added YUV420PS/H and YUV422PS/H constants for convenience vspipe --info will now output information for all set output nodes added a new function to to the vsscript api to get a list of all set output indices, since most...
R68 Unknown fixed portable base path detection, was broken in r67 fixed is_inspectable, was broken in r67 reverted widestring print changes in vspipe from r67
R66 Unknown updated the supported python versions to 3.12 and 3.8 added an option to write a full filter graph with time information to file when done processing in vspipe clarified where different information will be output in vspi...
R65 Unknown 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 f...