Page 1 of 1

Fullscreen cutscenes lagging

Posted: Thu Aug 20, 2020 2:24 pm
by MiraiZura
Hello, so I am using something like this:

Code: Select all

$renpy.move_cutscene("videos/video.ogg",stop_music=False)
Using a 1920x1080 resolution and the cutscenes often "lag", meaning they get lose a few frames at the start.

I set my renderer in renpy to be directX 12, so it shouldn't be a problem.
Will using renpy.start_predicting("videos/video.ogg") solve the problem? Are there any other solutions I didn't think about?

EDIT: When I replay the cutscene right after it works flawlessly.

Re: Fullscreen cutscenes lagging

Posted: Sat Sep 05, 2020 6:09 am
by MiraiZura
bump