Posts: 10.617
Threads: 57
Joined: May 2017
If you start vsViewer through Tools->vsViewer, copy your script into it and press F5 do you see an error?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
Not sure how to do this, when I click on Tools->vsViewer it asks me to open a file? I tried opening a text file of the script but it did nothing.
Posts: 10.617
Threads: 57
Joined: May 2017
If you open vsViewer through tools it should look like this:
you then remove the existing:
import vapoursynth as vs
core = vs.core
replace it with the code from the Vapoursynth Script View and press F5
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
Not sure how to do that - when I click the VsViewer tab, it asks to select a file.
Posts: 10.617
Threads: 57
Joined: May 2017
21.03.2023, 20:06
(This post was last modified: 21.03.2023, 20:08 by Selur.)
vsViewer-tab?
You should be able to start vsViewer through Tools->vsViewer, then it might complain about not finding the last file that was openend with vsViewer, but after that it should show the above view,..
Same should happen if you open C:\Program Files\Hybrid\64bit\Vapoursynth\vsViewer.exe by double clicking on it,...
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
I'm not getting vsViewer to launch though Tools. I'm clicking the box to the right of the vsTools path.
Posts: 10.617
Threads: 57
Joined: May 2017
21.03.2023, 20:12
(This post was last modified: 21.03.2023, 20:12 by Selur.)
That is wrong.
Quote:If you start vsViewer through Tools->vsViewer, copy your script into it and press F5 do you see an error?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
Pasting the script into vsViewer causes it to crash.
Posts: 10.617
Threads: 57
Joined: May 2017
Just the pasting? No error message?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 459
Threads: 107
Joined: Jul 2020
It crashes with no error. I tried a script with QTGMC set to fast without EZdenoise selected and it previews with no problem, so it is somethinhg to do with selecting EZdenoise that is causing the problem.