python and MOV or MPEG

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

    python and MOV or MPEG

    Hi all,

    does Python support MPEG or MOV videoclips? I couldn't find anything about
    it online.

    Thank you,

    Siggi




  • Diez B. Roggisch

    #2
    Re: python and MOV or MPEG

    siggi wrote:
    Hi all,
    >
    does Python support MPEG or MOV videoclips? I couldn't find anything about
    it online.
    Weak in googling today? Must have been a rough weekend.

    There are several options, including pymedia and pygame.

    Diez

    Comment

    • siggi

      #3
      Re: python and MOV or MPEG


      Diez B. Roggisch wrote:
      siggi wrote:
      >
      >Hi all,
      >>
      >does Python support MPEG or MOV videoclips? I couldn't find anything
      >about it online.
      >
      Weak in googling today? Must have been a rough weekend.
      >
      There are several options, including pymedia and pygame.
      >
      Diez
      Thanks, Diez. I forgot to mention that I am learning Python with python 2.5
      on WinXP. And both pymedia and pygame require somewhat older versions of
      python, 1.3 and 2.4, respectively. And the updated binaries are still in the
      offing. I was naive enough to think MPEG could be done using modules already
      existing.

      siggi



      Comment

      • Bjoern Schliessmann

        #4
        Re: python and MOV or MPEG

        siggi wrote:
        Thanks, Diez. I forgot to mention that I am learning Python with
        python 2.5 on WinXP. And both pymedia and pygame require somewhat
        older versions of python, 1.3 and 2.4, respectively.
        1.3? I've found both for 2.4, and in one site's forum some guy
        offers windows binaries for 2.5.

        Regards,


        Björn

        --
        BOFH excuse #303:

        fractal radiation jamming the backbone

        Comment

        • siggi

          #5
          Re: python and MOV or MPEG

          "Bjoern Schliessmann" wrote:
          1.3? I've found both for 2.4, and in one site's forum some guy
          offers windows binaries for 2.5.
          The links, please!

          Thank you,

          siggi


          "Bjoern Schliessmann" <usenet-mail-0306.20.chr0n0s s@spamgourmet.c omschrieb
          im Newsbeitrag news:511ehiF1i1 c86U1@mid.indiv idual.net...
          siggi wrote:
          >
          >Thanks, Diez. I forgot to mention that I am learning Python with
          >python 2.5 on WinXP. And both pymedia and pygame require somewhat
          >older versions of python, 1.3 and 2.4, respectively.
          >
          1.3? I've found both for 2.4, and in one site's forum some guy
          offers windows binaries for 2.5.
          >
          Regards,
          >
          >
          Björn
          >
          --
          BOFH excuse #303:
          >
          fractal radiation jamming the backbone
          >

          Comment

          Working...