RGMOfficial
21st January 2024, 17:12
I'm trying to add an RGB with alpha image.
wm = core.lsmas.LWLibavSource(r"watermarkhd.png")
wm.set_output()
With only "wm" as output, it shows the image without alpha, as RGB48.
But with the "wm[1]" as output, trying to get the alpha (Gray), did not output an preview and showed this error.
Failed to evaluate the script:
Python exception: List index out of bounds
Traceback (most recent call last):
File "src\\cython\\vapoursynth.pyx", line 3124, in vapoursynth._vpy_evaluate
File "src\\cython\\vapoursynth.pyx", line 3125, in vapoursynth._vpy_evaluate
File "", line 28, in
File "src\\cython\\vapoursynth.pyx", line 2187, in vapoursynth.VideoNode.__getitem__
IndexError: List index out of bounds
wm = core.lsmas.LWLibavSource(r"watermarkhd.png")
wm.set_output()
With only "wm" as output, it shows the image without alpha, as RGB48.
But with the "wm[1]" as output, trying to get the alpha (Gray), did not output an preview and showed this error.
Failed to evaluate the script:
Python exception: List index out of bounds
Traceback (most recent call last):
File "src\\cython\\vapoursynth.pyx", line 3124, in vapoursynth._vpy_evaluate
File "src\\cython\\vapoursynth.pyx", line 3125, in vapoursynth._vpy_evaluate
File "", line 28, in
File "src\\cython\\vapoursynth.pyx", line 2187, in vapoursynth.VideoNode.__getitem__
IndexError: List index out of bounds