Releases: YomikoR/VapourSynth-Editor
VSE-Previewer R5
Full Changelog: VSE-Previewer-R4...VSE-Previewer-R5
Requires VS R69 or later.
VapourSynth Editor R19-mod-6.8
Major changes since mod-6.7:
- Hotkey options for switching to previous or next output index.
- Fixed a bug that prevents index switching after immediate playback.
- A standalone console launcher for encode panel. (A static build is also attached below.)
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.7
Major changes since mod-6.6:
- Allow switching output index from a drop-down menu, provided VS version is R69 or later. This also allows more output indices being accessed. (But hotkey assignments are limited to indices 0-19.)
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.
VSE-Previewer R4
Full Changelog: VSE-Previewer-R3...VSE-Previewer-R4
VSE-Previewer R3
Full Changelog: VSE-Previewer-R2...VSE-Previewer-R3
VapourSynth Editor R19-mod-6.6
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
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
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
Full Changelog: VSE-Previewer-R1...VSE-Previewer-R2
VSE-Previewer R1
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