18.07.2025, 16:43
If you open vsViewer (Tools->vsViewer), enter:
then press 'F5' it should either show a preview window or show an error message.
import vapoursynth as vs
core = vs.core
import site
clip = core.std.BlankClip()
clip = core.text.Text(clip, str(core))
clip.set_output()
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.