Releases: YomikoR/VapourSynth-Editor
r19-mod-5.3
Bug fixes. See CHANGELOG for more information.
About this release:
- Here are builds with Qt 5 and Qt 6. Future support of HIDPI use cases will only be presented with Qt 6. If switching from a Qt 5 build (e.g. mod-4) to Qt 6, be aware that
- The previous version should be uninstalled before running the installer.
- Due to Qt limitations, the config files are differently structured in Qt 5 and Qt 6. The installer won't try to remove existing config files, which may be found at
%LOCALAPPDATA%/vsedit.config
. - In benchmark and encoding windows, the progress animation won't be shown in the Windows taskbar.
- If you already have VapourSynth configured in Windows, you are probably fine with Microsoft Visual C++ dependencies. Otherwise make sure Microsoft Visual C++ Redistributable X64 is installed.
- MacOS users can get an installer from Doom9.
Windows build with color management
-
Very basic color management features, with some performance gain compared to using an external plugin. Options can be found in preview advanced settings, including
None
,sRGB
and709
(with BT.1886 EOTF, i.e., like in mpv). These options are globally applied to the output clip, regardless of frame properties. -
Only Windows support is planned, because different platforms and distros manage color profiles in very different ways, and some of them even need $$$$ to test.
-
Only vsedit attached.
-
Don't assume it's a video player.
r19-mod-5.2
About this release:
- Here are builds with Qt 5 and Qt 6. Future support of HIDPI use cases will only be presented with Qt 6. If switching from a Qt 5 build (e.g. mod-4) to Qt 6, be aware that
- The previous version should be uninstalled before running the installer.
- Due to Qt limitations, the config files are differently structured in Qt 5 and Qt 6. The installer won't try to remove existing config files, which may be found at
%LOCALAPPDATA%/vsedit.config
. - In benchmark and encoding windows, the progress animation won't be shown in the taskbar.
- If you already have VapourSynth configured in Windows, you are probably fine with Microsoft Visual C++ dependencies. Otherwise make sure Microsoft Visual C++ Redistributable X64 is installed.
- MacOS users can get an installer from Doom9.
This release focuses on bug fixes, mostly related to HIDPI:
- Cursor pixelation in the color panel is fixed.
- UI font kerning is disabled in Qt 6 & Windows to make certain UI fonts look sane.
- The scroll navigator rectangles now have corrected shapes.
There are a few minor new features introduced:
- A dark theme by QDarkStyle.
- It's Windows only, because such feature already exists in Linux and in MacOS.
- In dark mode the preview image is not aligned to the top left corner.
- A configurable snapshot template option with a silent mode in preview advanced settings.
Name
andSceneName
frame properties (in string) will be shown on window title.
See CHANGELOG for more information.
r19-mod-5.2-beta2
Misc bug fixes about Qt 6, HiDPI and Windows
Dark mode
r19-mod-5.2-beta Dark mode: cosmetics
r19-mod-5.1
About this release:
- Here are builds with Qt 5 and Qt 6. Users who need HIDPI support may consider the Qt 6 build, with the following things in mind if switching from a Qt 5 build (e.g. mod-4):
- The previous version should be uninstalled before running the installer.
- Due to Qt limitations, the config files are differently structured in Qt 5 and Qt 6. The installer won't try to remove existing config files, which may be found at
%LOCALAPPDATA%/vsedit.config
. - In HIDPI the cursor skips positions in the color panel.
- In HIDPI the max possible video playback rate may be affected. It looks like a Qt bug.
- In benchmark and encoding windows, the progress animation won't be shown in the taskbar.
- If you already have VapourSynth configured in Windows, you are probably fine with Microsoft Visual C++ dependencies. Otherwise make sure Microsoft Visual C++ Redistributable X64 is installed.
- MacOS users can get an installer here: Doom9.
Major improvements since mod-4:
- VFR playback respecting frame durations.
- HIDPI support in Qt 6 build.
- Num keys 0-9 to switch between video output indices 0-9.
- The default keys for switching zoom modes are changed from num keys 1/2/3 to Alt + 1/2/3. If you see a conflict of hotkeys, you may edit, reset or remove the following lines in the config file, or change them in the settings.
set_zoom_mode_no_zoom=
set_zoom_scale_mode_bilinear=
set_zoom_scale_mode_nearest=
See CHANGELOG for more information.
r19-mod-5
About this release:
- This is a Qt 6 release. Due to Qt limitations, the config files cannot be perfectly inherited. Please uninstall previous installation, and (backup and) delete the config file
%LOCALAPPDATA%/vsedit.config
before upgrading to this version. - If you already have VapourSynth configured in Windows, you are probably fine with Microsoft Visual C++ dependencies. Otherwise make sure Microsoft Visual C++ Redistributable X64 is installed.
- MacOS users can get an installer here: Doom9.
Major Improvements:
- VFR playback respecting frame durations.
- HIDPI support (brought by Qt 6).
- Num keys 0-9 to switch between video output indices 0-9.
See CHANGELOG for more information.
r19-mod-5-beta2
Windows build with Qt 6.2.2 for improved high-DPI scaling.
r19-mod-5-beta
Switch video output nodes by hotkeys 0-9 when previewing and not during playback.
Bug reports much welcomed.
NOTE: This introduces conflicts of hotkeys in existing vsedit.config files. The config file may be found in the local directory or in %LOCALAPPDATA%
. Change or remove the lines with the following keys:
set_zoom_mode_no_zoom=
set_zoom_scale_mode_bilinear=
set_zoom_scale_mode_nearest=
Attached binaries are built with more recent commits than the git tag.
r19-mod-4
Improvements:
- A Windows installer by @rlaphoenix
- A setting entry for reloading script from disk before execution. Open your VSCode etc etc.
- Some UI changes including using spaces as tabs, 12pt font size, default colors for dark themes (from Linux and MacOS).
- Bug fixes. Now it can be built in MacOS.
Other changes:
- Lossy WebP compression is disabled again.
- When loading timestamps as bookmarks, frame numbers are rounded.
- "Shell commands" in job server won't be executed with
cmd /c
orsh -c
prefix. - Minimum VapourSynth version raised to R47 (API 3.6). All distros that are mentioned in the official doc now have at least R51.
About this release:
- If you already have VapourSynth configured in Windows, you are probably fine. Otherwise make sure Microsoft Visual C++ Redistributable X64 is installed.
- MacOS users can get an installer here: Doom9.