python and multimedia

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

    python and multimedia

    Is there any modules dealing with multimedia (it needs to be portable
    between windows and linux). I didn't found anything useful.
    For audio I need something to play mp3s (and ogg), extract frames,
    basic sound editing and effects. For video I need to play mpeg1,2,4, encode,
    decode it, basic editing and frames extracting. Also I need something to
    capture video from tuner. I found fastaudio (portaudio), pyffmpeg (ffmpeg)
    pyVidCapture. But it lacks of documentation and I don't know if it even
    works...demo/test.py doesn't (at least for me).


    Any suggestions?

    Sorry for my bad english.
  • Brendan O'Connor

    #2
    Re: python and multimedia

    Hi,

    You might want to check out http://pygame.org which can at least do some of
    the sound stuff. It wraps the SDL library which runs on both Linux and
    Windows.

    -Brendan



    "Vedran Furac" <vedranf@riteh. hr> wrote in message
    news:slrnc3v9u8 .dnp.vedranf@ri jeka.riteh.hr.. .[color=blue]
    > Is there any modules dealing with multimedia (it needs to be portable
    > between windows and linux). I didn't found anything useful.
    > For audio I need something to play mp3s (and ogg), extract frames,
    > basic sound editing and effects. For video I need to play mpeg1,2,4,[/color]
    encode,[color=blue]
    > decode it, basic editing and frames extracting. Also I need something to
    > capture video from tuner. I found fastaudio (portaudio), pyffmpeg (ffmpeg)
    > pyVidCapture. But it lacks of documentation and I don't know if it even
    > works...demo/test.py doesn't (at least for me).
    > http://www.freenet.org.nz/python/pyPortAudio/
    > http://207.34.118.42/~john/pyffmpeg/
    > Any suggestions?
    >
    > Sorry for my bad english.[/color]


    Comment

    Working...