Skip to content

Releases: YomikoR/VapourSynth-Editor

static previewer build 95b812e

14 Mar 09:06
Compare
Choose a tag to compare
Pre-release
vse-previewer-95b812e

Remove unused stuff

r19-mod-6.3

13 Oct 02:43
Compare
Choose a tag to compare

Major changes since mod-6.2:

  • A bug causing the previewer refusing to quit in linux is fixed.
  • A hotkey for jumping to frame by frame number is added to the preview panel. The default assigned key is J.
  • On a recent Windows OS the console window can now show colored text by ANSI escape sequences.

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 or the master branch.
  • A blank vsedit.config is included in the portable package.
  • Runtime dependencies: Microsoft Visual C++ Redistributable X64.

r19-mod-6.2

10 Apr 13:30
Compare
Choose a tag to compare

Major changes since mod-6.1:

  • The previewer now supports non-UTF-8 file path encoding.
  • On Windows, the editor is built as a GUI app again, but you can toggle its console window with preset hotkey Ctrl+T on the text editor window.
    • To display colors in the console you might consider using the colorama.init function.
  • On Windows 11, default theme now applies native dark/light color modes (feature brought by Qt 6.5).
  • Dark theme (by qdarkstyle) is now offered to all platforms. The option overrides OS presets.

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 or the master branch.
  • A blank vsedit.config is included in the portable package.
  • Runtime dependencies: Microsoft Visual C++ Redistributable X64.

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