python + mplayer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Zupan

    python + mplayer

    I'm wondering if anyone has a link or made a script to control mplayer
    via python. I'm aware that freevo does it but I don't wanna debug
    their code to figure it all out. I'm looking for something very simple
    that can get me started in controlling mplayer in a python app. I'd
    like to get a movie into a pygame app i'm doing.
  • Jim Dabell

    #2
    Re: python + mplayer

    Mike Zupan wrote:
    [color=blue]
    > I'm wondering if anyone has a link or made a script to control mplayer
    > via python. I'm aware that freevo does it but I don't wanna debug
    > their code to figure it all out. I'm looking for something very simple
    > that can get me started in controlling mplayer in a python app. I'd
    > like to get a movie into a pygame app i'm doing.[/color]

    <URL:http://www.mplayerhq.h u/DOCS/> should have everything you need,
    specifically <URL:http://www.mplayerhq.h u/DOCS/#slave>.


    --
    Jim Dabell

    Comment

    • Anand Pillai

      #3
      Re: python + mplayer

      Reminds me of something I wanted to do for mplayer, i.e
      writing an ncurses interface for it. Python has a curses
      module which I am planning to use.

      I have not started working on this, but will start sometime
      soon.

      -Anand

      Jim Dabell <jim-usenet@jimdabel l.com> wrote in message news:<a5qdnaoqP [email protected] >...[color=blue]
      > Mike Zupan wrote:
      >[color=green]
      > > I'm wondering if anyone has a link or made a script to control mplayer
      > > via python. I'm aware that freevo does it but I don't wanna debug
      > > their code to figure it all out. I'm looking for something very simple
      > > that can get me started in controlling mplayer in a python app. I'd
      > > like to get a movie into a pygame app i'm doing.[/color]
      >
      > <URL:http://www.mplayerhq.h u/DOCS/> should have everything you need,
      > specifically <URL:http://www.mplayerhq.h u/DOCS/#slave>.[/color]

      Comment

      Working...