Skip to content

VapourSynth Editor R19-mod-6.10

Latest

Choose a tag to compare

@YomikoR YomikoR released this 17 Apr 02:12

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:

  1. 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 script import vapoursynth;vapoursynth.get_vsscript().
  2. VSSCRIPT_PATH (Any): this environment variable is sometimes set by a VS installer.
  3. 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.
  4. Windows registry (Any): the registry item is sometimes set by a VS installer, but may be removed in the future.
  5. PATH (R73 and earlier): assuming the library is in PATH, which is no more recommended.

About this release:

  • Runtime dependencies:
  • A blank vsedit.config is 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