I'm kind of new to python, so please bear with me. I am having trouble displaying videos inside a TKinter frame. What i want to do is play a group of videos inside a frame in TK.
For example: i have 3 videos named a.mp4, b.mp4, and c.mp4 i want them to play inside a frame without it reloading(closing, then play the next video)
i have tried OpenCV, but what it does is play a.mp4, closes, then plays b.mp4 Any help would be much appreciated, i have been stuck here for days