How to change speed of videoplayer

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Falcon

Hi,
I need to change the speed(fps) of the VideoPlayer node.How can i do this?
Edit:
I need to pause,resume,start from exactly postion video( i am using .ogv files not webm)

you can’t.
you can pause and play a video but you can’t speed up or start at a specific position

mrlepel | 2022-12-21 10:35

:bust_in_silhouette: Reply From: NateDoug

Engine.time_scale = 1
1 would be whatever you want so like .5 or something.

Thanks for answer,but it is not what i really need.

Falcon | 2021-04-22 04:08