I'm trying to migrate to VapourSynth but I'm getting a ton of errors setting it up. Python 3.10.9 is installed, VapourSynth as well. I managed to use vsrepo to install FFMS2, so far so good. I then start VapourSynth Editor and tried to load a mp4 video with FFMS2, "can't open" it says. Well fine, I now test the most basic script possible:
And hit the preview... nothing.Code:from vapoursynth import core my_clip = core.std.BlankClip(width=1920, height=1080, length=1000, fpsnum=24, color=[255, 0, 0]) my_clip.set_output()
What am I doing wrong?Failed to convert to RGB:
Resize error: Invalid format id.
Couldn't create preview node for output number 0.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Looks like it is not vapoursynth error, why don't you give it specifically format=vs.RGB24, and if it works, then go into settings and look around, give it matrix settings (even if it is not needed in your case)
It's quite stupid advice, but I'd start with that. -
-
vapoursynth API4 (r56 and newer) needs the vsedit mod version , is that the one you're using ?
https://github.com/YomikoR/VapourSynth-Editor/releases -
Ah. Well, that's much better, thank you. I was following this guide http://www.vapoursynth.com/doc/installation.html#basic-program but this particularity wasn't mentionned.
Similar Threads
-
Strange issue DeInterlacing DV capture - QTGMC-Bob (Hybrid Vapoursynth)
By SupermanTV in forum Capturing and VCRReplies: 23Last Post: 17th Sep 2023, 17:00 -
Upgrading laptop hard disk to SSD caused Office installation issue
By pchan in forum ComputerReplies: 7Last Post: 25th May 2022, 20:38 -
Installing vapoursynth
By rrats in forum Newbie / General discussionsReplies: 3Last Post: 30th Sep 2021, 16:35 -
vapoursynth errors
By IAAMM in forum Newbie / General discussionsReplies: 7Last Post: 29th Mar 2021, 10:14 -
Vapoursynth colour issue
By ashateli in forum Video ConversionReplies: 8Last Post: 15th Jul 2020, 16:07