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. |
![]() |
#21 | Link | ||
Chiptuner & VapourSynther
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
|
Yes, it was binary black and white (monochrome).
Quote:
Quote:
|
||
![]() |
![]() |
![]() |
#22 | Link | |
Registered User
Join Date: Sep 2007
Posts: 5,285
|
Quote:
finallogo = haf.Overlay(logo[0],vfx[0],mask=vfx[1]) |
|
![]() |
![]() |
![]() |
#25 | Link | |
Chiptuner & VapourSynther
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
|
Quote:
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 |
|
![]() |
![]() |
![]() |
#26 | Link | |
Registered User
Join Date: Sep 2007
Posts: 5,285
|
Quote:
http://www.vapoursynth.com/doc/functions/loop.html Last edited by poisondeathray; 3rd May 2019 at 06:05. |
|
![]() |
![]() |
![]() |
#27 | Link | ||
Chiptuner & VapourSynther
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
|
Quote:
Code:
vfx00 = core.std.Loop(vfx00, times=118) Quote:
|
||
![]() |
![]() |
![]() |
#28 | Link |
Chiptuner & VapourSynther
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
|
Apparently, for Loop not to crash, I have to issue the Loop command individually for both [0] and [1]:
Code:
vfx00[0] = core.std.Loop(vfx00[0], times=118) vfx00[1] = core.std.Loop(vfx00[1], times=118) |
![]() |
![]() |
![]() |
#31 | Link |
Chiptuner & VapourSynther
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
|
Yes, I was originally an avisynth user, but got tired of it being non-Unicode-aware (and tired of having to either rename my sources to ASCII only or move them to ASCII-only filepaths).
|
![]() |
![]() |
![]() |
#32 | Link | |
Chiptuner & VapourSynther
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
|
Quote:
Finally got the result I desired. Thankee for all your support. |
|
![]() |
![]() |
![]() |
Tags |
overlay, transparency, transparent, vapoursynth, vsutils |
Thread Tools | Search this Thread |
Display Modes | |
|
|