Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VapourSynth

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 3rd May 2019, 05:28   #19  |  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
vfx[1] should be black and white
Yes, it was binary black and white (monochrome).

Quote:
Originally Posted by poisondeathray View Post
If you're loading as an array of RGB + alpha, you need to specify if it's using [0] or [1] . Those newer versions require alpha = True to load the alpha. So just omit that for the RGB background

If you're loading both (it will be a "dummy" alpha) . Since you want the RGB background, it should be [0]

rawlogoframe = core.std.AssumeFPS(rawlogo[0],fpsnum=60000,fpsden=1001)
I now get a new, different error when applying HolyWu’s Overlay:
Quote:
Avisynth open failure:
Python exception: List index out of bounds

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 134, in <module>
finallogo = haf.Overlay(logo,vfx[0],mask=vfx[1])
File "src\cython\vapoursynth.pyx", line 1402, in vapoursynth.VideoNode.__getitem__
IndexError: List index out of bounds
SilSinn9801 is offline   Reply With Quote
 

Tags
overlay, transparency, transparent, vapoursynth, vsutils

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 17:44.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.