Hi everyone!
I'm trying to use VideoPlayer to play a short .ogv file. but when using "get_node("VideoPlayer").set_paused(true)" the sound keeps playing a second after the video stops. When using "get_node("VideoPlayer").set_paused(false)" after what sound and video is out of sync. Anyone who knows how to fix this?