Skip to content

r19-mod-5-AC2 HiDPI support and other enhancements

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 13:41
· 4 commits to mod since this release

Please see upstream release notes for more info.
https://github.com/YomikoR/VapourSynth-Editor/releases/tag/r19-mod-5
This release also includes a fix (YomikoR#23) where vapoursynth library search paths were not working on windows when built with Qt 6.

This release is a true single EXE vsedit (with statically linked Qt 6.2.3) that retains feature parity with the upstream vsedit release (including job server (use vsedit --job-server to start manually) and job server watcher (use vsedit --job-watcher to start manually)).

The benefits of using the single exe version are:

  1. true single EXE deployment, no external dependencies (vc runtime libraries are also statically linked)
  2. total size is smaller than previous releases with separate Qt DLLs (24MiB -> 20MiB)
  3. no more Qt DLL conflicts with vs-preview (pyQt5)

To install, unpack the exe to the directory where vsscript.dll and vapoursynth.dll resides. (Even though the archive contains more files, only the EXE file is strictly necessary.)

If you want the installed vsedit.exe to operate in portable mode (i.e. not create/modify the global vsedit.config file in the %LOCALAPPDATA% directory), then create an empty vsedit.config file in the same directory as vsedit.exe.

PS: Due to static linking of Qt libraries, the binary is released under GPLv2. The source code is still licensed under the original license though.