View Single Post
Old 3rd May 2019, 05:49   #25  |  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
Then don't load it. Use alpha=False or omit it for ffms2 for the logo

Use alpha=True for vfx ffms2 loading
Even with alpha=False for logo and alpha=True for each vfx image, I get the same error, and I am suspecting why:

Did you see above on my original script that I was repeating each VFX frame by either 2, 3, or 4 (using the * operator) and then concatenating all repeated frames together (with the + operator)? When trying separately vfx00[0].set_output(), vfx01[0].set_output(), vfx02[0].set_output(), … and vfx00[1].set_output(), vfx01[1].set_output(), vfx02[1].set_output(), …, I am not getting repeated frames, but rather single frames at the output. Is there some other way to repeat a frame without using the * operator?

Last edited by SilSinn9801; 3rd May 2019 at 05:50. Reason: alpha=True for each vfx on original script at the start of the thread
SilSinn9801 is offline   Reply With Quote