Page 1 of 1

Movie Sprites with Transparent Background?

Posted: Thu Oct 18, 2018 6:43 pm
by ArizaLuca
My problem is that I have a Movie Sprite, but the sprite has a background that is black when I try to change it to a format that Ren'Py supports. Is there a way to fix it so that the background is transparent instead?

Sorry, I don't know where to ask this.

Re: Movie Sprites with Transparent Background?

Posted: Thu Oct 18, 2018 9:35 pm
by trooper6
The documentation says a movie sprite must consist of two movie files, the movie that provides the color and the movie that provides the alpha channel. Do you have both the movie and the mask file? The mask file is the one that would make the background transparent.

https://www.renpy.org/doc/html/movie.ht ... ie-sprites

This is the post where PyTom introduces Movie Sprites...there is a cool video:
viewtopic.php?t=36951

Re: Movie Sprites with Transparent Background?

Posted: Fri Oct 19, 2018 9:49 am
by ArizaLuca
trooper6 wrote: Thu Oct 18, 2018 9:35 pm The documentation says a movie sprite must consist of two movie files, the movie that provides the color and the movie that provides the alpha channel. Do you have both the movie and the mask file? The mask file is the one that would make the background transparent.

https://www.renpy.org/doc/html/movie.ht ... ie-sprites

This is the post where PyTom introduces Movie Sprites...there is a cool video:
viewtopic.php?t=36951
Ah, that clears things up a bit. How do you make the movie that provides the alpha channel? (The mask movie)

Re: Movie Sprites with Transparent Background?

Posted: Fri Oct 19, 2018 12:05 pm
by trooper6
I’m not experienced with creating animations and video editing. I imagine you’d create it in the same program you used to create the initial video.