You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two videos
video1 : have a alpha channel, RGBA
video2 :dont have a alpha channel, RGB
I try to put video1 top on the video2,
I am using CompositeVideoClips([video1, video2]), but not work
and I try to use the video mask
but i read wiki the mask is only have 1and0 for is value?
is there any way to use the video's alpha channel?
if CompositeVideoClips can support this ,will be the best.
The text was updated successfully, but these errors were encountered:
I have two videos
video1 : have a alpha channel, RGBA
video2 :dont have a alpha channel, RGB
I try to put video1 top on the video2,
I am using CompositeVideoClips([video1, video2]), but not work
and I try to use the video mask
but i read wiki the mask is only have 1and0 for is value?
is there any way to use the video's alpha channel?
if CompositeVideoClips can support this ,will be the best.
The text was updated successfully, but these errors were encountered: