Skip to content

Releases: YomikoR/VapourSynth-Editor

VSE-Previewer R4

10 May 04:36
Compare
Choose a tag to compare

VSE-Previewer R3

12 Apr 11:13
Compare
Choose a tag to compare

VapourSynth Editor R19-mod-6.6

12 Apr 11:11
Compare
Choose a tag to compare

Major changes since mod-6.5:

  • Fixed regression since mod-6.4 that makes the previewer refuse to work.
  • Support all recent VapourSynth versions with API4. This should include VS-C.
  • Add an option to periodically (per 0.5s) sync script in editor from disk (when unmodified inside the editor).
  • Add info text in frame property panel for certain reserved frame properties.
  • Mark on the title of preview dialog if script text is changed after preview evaluation.

About this release:

  • A recent VapourSynth version with API4 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.
  • A blank vsedit.config is included in the portable package.
  • Runtime dependencies: Microsoft Visual C++ Redistributable X64.

VapourSynth Editor R19-mod-6.4

29 Mar 07:30
Compare
Choose a tag to compare

Major changes since mod-6.3:

  • Fixed bugs related with duplicated core logs (regression since mod-6), duplicated messages, duplicated frame requests, and logs not shown during script filter init.
  • Fixed a bug that relates to loading vsscript library from a VS R66 portable folder.
  • Option 2020_CL is removed from preview advanced settings. Please manage UHD stuff in script.
  • Option to set ways to sync outputs by frame or by timestamp is added to preview advanced settings.
  • Core cache usage data is shown in status bar. An experimental core cache clearing policy is implemented (for VS R66 or later).
  • Audio playback is supported in Windows. Don't expect it to work like a media player.

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.

VapourSynth Editor R19-mod-6.5

29 Mar 13:09
Compare
Choose a tag to compare

Major changes since mod-6.4:

  • Removed options to set vapoursynth library search path for editor's plugin manager.
    Setting it before script evaluation causes script going to be evaluated using plugin manager's vapoursynth library but not the one that vsscript loads. This brings nothing but confusion.

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.

VSE-Previewer R2

29 Mar 07:46
Compare
Choose a tag to compare

VSE-Previewer R1

22 Mar 17:50
Compare
Choose a tag to compare

A dedicated command-line script previewer that was a part of the editor.
Will release static builds to prevent Qt dll conflicts, e.g. when in a portable VS folder.
Will backport some features to the editor.
Setting file renamed to vse-previewer.conf.
Full Changelog: r19-mod-6.3...VSE-Previewer-R1

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.