Re: [python-win32] interacting with Windows Media Player

2007-05-28 Thread Niki Spahiev
E R wrote: > Is this what you were thinking of? > > http://liris.cnrs.fr/advene/ No. I found it now. Its http://sourceforge.net/projects/transana Niki Spahiev ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo

Re: [python-win32] interacting with Windows Media Player

2007-05-24 Thread E R
Is this what you were thinking of? http://liris.cnrs.fr/advene/ I just happened to stumble across it. It uses VLC which looks like it will work well for what I want to do. Now I just have to build the python MediaCtrl binding. ER On 5/18/07, Niki Spahiev <[EMAIL PROTECTED]> wrote: > IIRC there

Re: [python-win32] interacting with Windows Media Player

2007-05-19 Thread E R
Okay - I found the MediaCtrl in wxPython which looks like it has everything I need. It provides a generic media playback interface can be configured to use WMP, Quicktime or Directshow. I'd still like to learn how to interact with ActiveX and COM objects, but that can now wait for another day. Reg

Re: [python-win32] interacting with Windows Media Player

2007-05-18 Thread Tim Golden
> Also, I don't have to use WMP if this can be done easier with another > media player. All I need to play are MPEG2 video files. Would have thought it's worth checking out mplayer. TJG ___ Python-win32 mailing list Python-win32@python.org http://mail.p

Re: [python-win32] interacting with Windows Media Player

2007-05-18 Thread Niki Spahiev
E R wrote: > Hello, > > I am trying to write a simple video bookmarking tool with python. It > would allow you to keep track of and annotate locations in video files > so you can quickly find and jump to them. > > To do this I just need to solve two technical problems. The first is > to instantia

[python-win32] interacting with Windows Media Player

2007-05-18 Thread E R
Hello, I am trying to write a simple video bookmarking tool with python. It would allow you to keep track of and annotate locations in video files so you can quickly find and jump to them. To do this I just need to solve two technical problems. The first is to instantiate a visible instance of Wi