Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: displaying video in a tkinter GUI

Reply
Thread Tools

Re: displaying video in a tkinter GUI

 
 
Jim Easterbrook
Guest
Posts: n/a
 
      08-22-2003
In article <>, Mark Hertel <> wrote:
>
>Is it possible to embed a video player on a tkinter frame? I'm
>looking to create something that displays the video and its
>associated controls in the upper right quandrant while the other
>screen quandrants are used for user input.
>
>It would be great if the solution was cross platform (windows/linux)
>but the initial target would be winXP/2K.


For a Windows only solution, I've used DirectShow via Mark Hammond's
win32com extension, and more recently via Thomas Heller's ctypes COM
framework. I've been working at a lower level than a complete player
(I've been building DirectShow filter graphs and using tkinter buttons
for "play", "pause" etc.) but I expect you could embed a full Windows
Media Player.
--
Jim Easterbrook
BBC Research & Development <http://www.bbc.co.uk/rd/>
*** All opinions are mine and might not be shared by the BBC ***
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying EPS in a GUI virtk0s@gmail.com Python 1 03-20-2007 11:10 AM
alt.video.dvd, alt.video.dvd.software, alt.video.dvd.tech, rec.video.dvd.tech winterheat@gmail.com DVD Video 1 06-04-2006 12:43 PM
help wanted regarding displaying Japanese characters in a GUI using QT and python prats Python 11 04-20-2006 12:37 PM
JProgressBar not displaying or updating (also on java.gui - sorry) James Gralton Java 3 08-02-2005 02:37 PM
Displaying HTML Files from Python (Using Tkinter) Fuzzyman Python 0 01-28-2004 09:25 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57