Video module?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mickel Grönroos

    Video module?

    Hi!

    Is anybody aware of some good Python module for playing video (mpeg-2,
    mov, avi or similar)? I looked at pygame.movie, but it does not seem
    stable enough for my purposes. I have also tried using Windows Media
    Player with COM, but that is cumbersome. The module must work on Windows
    (and preferably on Linux as well). Basically, what I need to be able to
    do is play a selected interval of the movie and if possible also rip
    the sound track from the movie file as a WAV file.

    Any ideas anybody?

    Cheers,

    Mickel Grönroos
    --
    Mickel Grönroos, application specialist, linguistics, Research support,CSC
    PL 405 (Tekniikantie 15 a D), 02101 Espoo, Finland, phone +358-9-4572237
    CSC is the Finnish IT center for science, www.csc.fi

  • Michel Claveau/Hamster

    #2
    Re: Video module?

    Pygame ?



    Comment

    • DH

      #3
      Re: Video module?

      Mickel Grönroos wrote:[color=blue]
      > Hi!
      >
      > Is anybody aware of some good Python module for playing video (mpeg-2,
      > mov, avi or similar)? I looked at pygame.movie, but it does not seem
      > stable enough for my purposes. I have also tried using Windows Media
      > Player with COM, but that is cumbersome. The module must work on Windows
      > (and preferably on Linux as well). Basically, what I need to be able to
      > do is play a selected interval of the movie and if possible also rip
      > the sound track from the movie file as a WAV file.[/color]

      On windows, those are the only two options I know of - pygame or
      activex/com. On mac, you have quicktime, too.
      Or you could use jython and java with the java media framework or qtjava.

      Comment

      • Vedran Furac

        #4
        Re: Video module?

        Mickel Grönroos <mickel@csc.f i> wrote:[color=blue]
        > Hi!
        >
        > Is anybody aware of some good Python module for playing video (mpeg-2,
        > mov, avi or similar)? I looked at pygame.movie, but it does not seem[/color]

        maybe this:
        <http://207.34.118.42/~john/pyffmpeg/>


        Comment

        • Michel Claveau/Hamster

          #5
          Re: Video module?

          Cool !


          Comment

          Working...