View Single Post
Old 3rd May 2019, 05:04   #18  |  Link
SilSinn9801
Chiptuner & VapourSynther
 
SilSinn9801's Avatar
 
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
Quote:
Originally Posted by poisondeathray View Post
try core.std.AssumeFPS

eg.
rawlogoframe = core.std.AssumeFPS(rawlogo, fpsnum=60000,fpsden=1001)
I now get this new error:
Quote:
Avisynth open failure:
Python exception: AssumeFPS: argument clip is not of array type but more than one value was supplied

Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1927, in vapoursynth.vpy_evaluateScript
File "src\cython\vapoursynth.pyx", line 1928, in vapoursynth.vpy_evaluateScript
File "C:\(fakepath)\Script.vpy", line 11, in <module>
rawlogoframe = core.std.AssumeFPS(rawlogo,fpsnum=60000,fpsden=1001)
File "src\cython\vapoursynth.pyx", line 1833, in vapoursynth.Function.__call__
vapoursynth.Error: AssumeFPS: argument clip is not of array type but more than one value was supplied
I also get this error with the Wolfberry version with the alpha=TRUE edit by HolyWu.

Quote:
Originally Posted by poisondeathray View Post
Did you try the 2 test image simple script above first ? Does it look like what you expect ?
The two-test script worked fine, with vfx[0] giving me the normal image and vfx[1] giving me the alpha represented as black.

Last edited by SilSinn9801; 3rd May 2019 at 05:16. Reason: I get the same error even with the alpha=TRUE edit on Wolfberry version (re: HolyWu)
SilSinn9801 is offline   Reply With Quote