Releases: YomikoR/VapourSynth-Editor
Releases · YomikoR/VapourSynth-Editor
static previewer build 95b812e
vse-previewer-95b812e Remove unused stuff
r19-mod-6.3
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
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.
- To display colors in the console you might consider using the
- 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
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.
- 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
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
Fixed a bug introduced in mod-5.6. Built with Qt 5 and VS API3.
Previewer
Put the binary next to vsedit.exe and launch in command line.
r19-mod-6
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:
- If you are with Qt 5 (e.g. for Win 7) or 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.6
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
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 fromconhost.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
Debug build of vsedit with Qt 6.3.1 and VS API 4