View Full Version : vspreview GUI
jay123210599
6th August 2024, 17:30
Is there a gui for vspreview?
https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview
dracore
6th August 2024, 22:26
Hey! I took a look at the GitHub repo for vs-preview, and it seems like it's a command-line tool. I didn't see any mention of a GUI. It's possible that you might need to create your own GUI or use a third-party tool to visualize the data
jay123210599
7th August 2024, 00:09
Hey! I took a look at the GitHub repo for vs-preview, and it seems like it's a command-line tool. I didn't see any mention of a GUI. It's possible that you might need to create your own GUI or use a third-party tool to visualize the data
Third-party tool? Like what?
Adub
7th August 2024, 00:44
vs-preview literally is a GUI.
If you need to preview a script in the GUI, then ensure vs-preview is properly installed, and run "vspreview yourscript.vpy" on the command line, and the GUI will launch and display the results of your script.
jay123210599
7th August 2024, 21:00
vs-preview literally is a GUI.
If you need to preview a script in the GUI, then ensure vs-preview is properly installed, and run "vspreview yourscript.vpy" on the command line, and the GUI will launch and display the results of your script.
I want to be able to open vspreview without needing a script. How do I do that?
ChaosKing
7th August 2024, 22:14
I think this is not possible, it requires a script.
Adub
9th August 2024, 02:54
It does require a script, per the 'usage' section of the readme: https://github.com/Jaded-Encoding-Thaumaturgy/vs-preview?tab=readme-ov-file#usage
There's a few other editors that exist, like vsedit or maybe Yuuno that offer a more "avspmod" like experience but I'm not sure how maintained they are.
It's a lot of work to offer a fully backed text editor *and* a Vapoursynth previewer. That's why vs-preview is designed around you using a real text editor (like Notepadd++, vim/Neovim, Sublime, etc etc) to handle all of your writing needs, and then it just handles the actual preview.
Reza
9th August 2024, 14:54
In order to use vspreview you must have a .vpy script. Vscode helps in writing it by giving typehints and showing docstrings. If basic python is too much of a hurdle then your options for using VS are gonna be very limited.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.