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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

Reply
 
Thread Tools Search this Thread Display Modes
Old 6th August 2024, 17:30   #1  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 51
vspreview GUI

Is there a gui for vspreview?

https://github.com/Jaded-Encoding-Th...rgy/vs-preview
jay123210599 is offline   Reply With Quote
Old 6th August 2024, 22:26   #2  |  Link
dracore
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
dracore is offline   Reply With Quote
Old 7th August 2024, 00:09   #3  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 51
Quote:
Originally Posted by dracore View Post
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?
jay123210599 is offline   Reply With Quote
Old 7th August 2024, 00:44   #4  |  Link
Adub
Fighting spam with a fish
 
Adub's Avatar
 
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.
Adub is offline   Reply With Quote
Old 7th August 2024, 21:00   #5  |  Link
jay123210599
Registered User
 
Join Date: Apr 2024
Posts: 51
Quote:
Originally Posted by Adub View Post
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?
jay123210599 is offline   Reply With Quote
Old 7th August 2024, 22:14   #6  |  Link
ChaosKing
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
ChaosKing is offline   Reply With Quote
Old 9th August 2024, 02:54   #7  |  Link
Adub
Fighting spam with a fish
 
Adub's Avatar
 
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.
Adub is offline   Reply With Quote
Old 9th August 2024, 14:54   #8  |  Link
Reza
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.
Reza is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.