I'm trying to play an mp4 in the corner of my pygame screen. Is there an easy way to do this?
Asked
Active
Viewed 30 times
0
-
1what have You tried? please provide [mre] – Matiiss Apr 23 '21 at 09:36
-
You could try looking up `pygame.Overlay()` tho it seems a bit complex – Matiiss Apr 23 '21 at 09:43
-
2Does this answer your question? [Playing Videos in PyGame 2](https://stackoverflow.com/questions/58980351/playing-videos-in-pygame-2) – Matiiss Apr 23 '21 at 10:16