mpeg player?

Lane LiaBraaten lliabraa at isrparc.org
Thu Nov 20 11:31:01 EST 2003


On Thursday 20 November 2003 01:45 pm, Lane LiaBraaten wrote:
> Is there any way to play mpeg files with python without using pygame?
>
> TIA,
> LGL


There is a program called mplayer for linux which can embed mpeg video in 
another window given the window id.  Since tkinter has this information 
readily available (via .winfo_id()), I wrote a simple mpeg player with 
tkinter in about 30 lines.

HTH,
LGL





More information about the Python-list mailing list