I am trying to play an MP4 video inside Tkinter, I've tried using a module called "tkvideo", everything worked just fine until I resized the video, the video started playing in slow motion. It seems that the author is aware of this bug but they don't know how to resolve the issue, as this was a side-project for their former university assignment. It seems that the video speed depends on the resolution. Does anyone know any other way to play a video inside of Tkinter? I've searched everywhere, but nothing I found worked for me.
I'm using Windows 10 with Python 3.9.