vapoursynth-preview
vapoursynth-preview copied to clipboard
Preview for VapourSynth scripts
https://github.com/vapoursynth/vapoursynth/commit/9455a1e984ecae26fd9c2204848af214c8238386 This must be removed to launch vapoursynth-preview on git. https://github.com/Endilll/vapoursynth-preview/blob/e027319cc99c95454c70c64b9cb4905d222a0ec3/vspreview/core/types.py#L753
Fix #39. Tested on Python 3.8.12
Currently untested.
I cannot start VS Preview (Win 7 64 bits). `README.md` says that only Python 3.8 is required but the warning from the log tells something different and I don’t know...
The compat formats will be removed in future builds of VS meaning that you'll have to use RGB24 as output and pack the image yourself. You can get the beta...
Even though window geometry and state are being properly saved and restored. Definitely has something to do with layouts. (sigh)
I have a use case where I want one of my (bash) scripts to open vspreview to a specific frame in the video, instead of to the first frame. Currently...
I'm running into the following error with vspreview on Windows: ```py Traceback (most recent call last): File "D:\Users/light/Documents/_Github/vapoursynth-preview\vspreview\toolbars\misc.py", line 40, in self.reload_script_button. clicked.connect(lambda: self.main.reload_script()) # pylint: disable=unnecessary-lambda File "D:\Users/light/Documents/_Github/vapoursynth-preview\vspreview\main.py", line...
Key points: - I haven't decided on one true way of "addressing", so internally VSPreview equally supports frames and timestamps - There are probably some parts of code that relies...
The current behavior of -a (passing command line to the script via `sys.argv` is incompatible with that of vspipe, which makes portable scripts impossible. Another drawback is that sometimes you...