Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
6th August 2024, 22:26 | #2 | Link |
Registered User
Join Date: Oct 2006
Posts: 58
|
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
|
7th August 2024, 00:44 | #4 | Link |
Fighting spam with a fish
Join Date: Sep 2005
Posts: 2,714
|
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.
__________________
FAQs:Bond's AVC/H.264 FAQ Site:Adubvideo Zsmooth - Cross-platform smoothing for Vapoursynth |
7th August 2024, 22:14 | #6 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,804
|
I think this is not possible, it requires a script.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
9th August 2024, 02:54 | #7 | Link |
Fighting spam with a fish
Join Date: Sep 2005
Posts: 2,714
|
It does require a script, per the 'usage' section of the readme: https://github.com/Jaded-Encoding-Th...-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.
__________________
FAQs:Bond's AVC/H.264 FAQ Site:Adubvideo Zsmooth - Cross-platform smoothing for Vapoursynth |
9th August 2024, 14:54 | #8 | Link |
Registered User
Join Date: Jul 2023
Posts: 1
|
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.
|
Thread Tools | Search this Thread |
Display Modes | |
|
|