0

I want to play a video in a specific region on a python GUI. I tried several methods, but without success. Is this possible with Tkinter? if yes how to proceed? else can any one tell me how to do this?

HLM
  • 53
  • 1
  • 7
  • http://stackoverflow.com/questions/7227162/way-to-play-video-files-in-tkinter This should be what you're looking for. – Eli Berkowitz Jan 28 '15 at 19:42
  • Thank you Eli! But I tried this example but it does not work for me! I got a black screen. – HLM Jan 28 '15 at 19:54

1 Answers1

1

I suggest Pygame which can be embedded in Tkinter.

Community
  • 1
  • 1
Malik Brahimi
  • 16,341
  • 7
  • 39
  • 70