Major changes since mod-6.9:
- Fix a bug causing old VSScript library not loaded from user provided list
Again, the default VSScript library searching order and the corresponding VS version range:
- Python (R74 and later): since VS R74, users are encouraged to install VS by
pip install vapoursynth, and the desired library path is given by the Python scriptimport vapoursynth;vapoursynth.get_vsscript(). VSSCRIPT_PATH(Any): this environment variable is sometimes set by a VS installer.- List (Any): the list of directories that may contain the library file provided by user. If user perfers the library list in settings, it will be checked in the first place.
- Windows registry (Any): the registry item is sometimes set by a VS installer, but may be removed in the future.
PATH(R73 and earlier): assuming the library is in PATH, which is no more recommended.
About this release:
- Runtime dependencies:
- (Latest) Microsoft Visual C++ Redistributable X64: https://aka.ms/vc14/vc_redist.x64.exe
- A blank
vsedit.configis included in the portable package. - A recent VapourSynth version with API 4.x on Windows 10 or later is required. If you are with earlier VS or Windows versions, please check the mod-5.x releases (built with Qt 5) or the master branch.
Full Changelog: R19-mod-6.9...R19-mod-6.10