Ren'Py Need Renpy help: Getting a black frame when playing a looping video between loops

strenif

Engaged Member
Aug 18, 2017
2,783
4,888
Hi,

Hoping someone can help.
I'm trying to play a simple looping video but every time it loops a black frame will appear for a split second in the seam between the loops.

Here's how I'm defining the video

image SidneyBreakfastBJFast = Movie(play="video/SidneyBreakfastBJFast.webm", start_image="images/SidneyBreakfastBJ23.webm")

and here's how I'm calling it in the script.

scene SidneyBreakfastBJSlow
with fade

Google searches just tell me to add the 'start_image' but I'm still seeing the black frame. Any help would be appreciated.
 

Winterfire

Forum Fanatic
Respected User
Game Developer
Sep 27, 2018
4,921
7,219
Remove "start_image" and "with fade" and try again

-edit-
Also you are defining "SidneyBreakfastBJFast" but calling "SidneyBreakfastBJSlow"