How to handle video & alpha channel

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

    #1

    How to handle video & alpha channel

    I'm looking for a way to build a little player (if possibile with
    python ) that could handle common video file formats (mpeg or other)
    with above an image with alpha channel (png or other)

    Is there a way to make this with python and available libs (PIL etc)?


    TIA
    MB
  • Diez B. Roggisch

    #2
    Re: How to handle video & alpha channel

    Mic wrote:[color=blue]
    > I'm looking for a way to build a little player (if possibile with
    > python ) that could handle common video file formats (mpeg or other)
    > with above an image with alpha channel (png or other)
    >
    > Is there a way to make this with python and available libs (PIL etc)?[/color]

    Check out pymedia.

    Regards,

    Diez

    Comment

    Working...