Skip to content

Releases: YomikoR/VapourSynth-Editor

r19-mod-6.1

07 Mar 11:30
Compare
Choose a tag to compare

Major changes since mod-6:

  • Fixed a bug introduced in mod-6.
  • Support output indices 10-19. The hotkeys are to be assigned by user.
  • Add a standalone preview panel launcher, i.e. a previewer. You can lauch the previewer from command line with vsedit-previewer.exe your-script.vpy. You will see warnings and debug info in the console. You may quit by either closing the window or pressing the Escape key.
    • Please be aware that the previewer is a component of VSEditor, and it shares the config file with the editor and other components. Settings such as hotkeys are to be managed in vsedit, the main editor program.

About this release:

  • Since mod-6, Qt 6 and VapourSynth version R58 or later are required. If you are with Qt 5 (e.g. for Win 7) or on earlier versions of VS, please check the mod-5.x releases.
  • A blank vsedit.config is included in the portable package.
  • Runtime dependencies: Microsoft Visual C++ Redistributable X64.

r19-mod-5.7

07 Mar 11:00
Compare
Choose a tag to compare

Fixed a bug introduced in mod-5.6. Built with Qt 5 and VS API3.

Previewer

16 Feb 16:05
Compare
Choose a tag to compare
Previewer Pre-release
Pre-release

Put the binary next to vsedit.exe and launch in command line.

r19-mod-6

13 Feb 10:43
Compare
Choose a tag to compare

Major changes since mod-5.5:

  • Since mod-6, Qt 6 and VapourSynth version R58 or later are required.
  • Add a panel displaying frame properties. Default assigned hotkey is P.
  • Preview video nodes with variable format and size.

About this release:

r19-mod-5.6

13 Feb 10:31
Compare
Choose a tag to compare

Major changes:

  • Add a panel displaying frame properties. Default assigned hotkey is P.

About this release:

  • It's recommended for Win 10/11 users to pick Qt 6 builds for proper HIDPI support.
  • A blank vsedit.config is included in the portable packages.
  • Runtime dependencies: Microsoft Visual C++ Redistributable X64.

r19-mod-5.5

29 Dec 12:43
Compare
Choose a tag to compare

Major changes:

  • The preview region in the crop panel is now properly synced with the change of output index.
  • An option is added to allow VSEditor to prioritize paths in the settings when searching for VS libraries.
  • The Windows binaries are now working as console applications instead of GUI applications. This means there is a console that displays what you print to stdout, etc. By default, VSEditor makes a reasonable attempt to hide its console window on start. If you would like to keep the console window visible instead, you may launch VSEditor in CMD (e.g. with the shortcut created by the installer), or change the system default terminal app from conhost.exe to other apps (which may affect other applications).

About this release:

  • It's recommended for Win 10/11 users to pick Qt 6 builds for proper HIDPI support.
  • A blank vsedit.config is included in the portable packages.
  • Runtime dependencies: Microsoft Visual C++ Redistributable X64.

debug build

31 Aug 05:46
fc62306
Compare
Choose a tag to compare
debug build Pre-release
Pre-release

Debug build of vsedit with Qt 6.3.1 and VS API 4

r19-mod-5.3

20 Jun 03:31
Compare
Choose a tag to compare

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

13 Jun 15:24
Compare
Choose a tag to compare
Pre-release
  • 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 and 709 (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

10 Jun 14:06
Compare
Choose a tag to compare

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 and SceneName frame properties (in string) will be shown on window title.

See CHANGELOG for more information.