[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] [PATCH]PyGame Overlay 1.6



Pete,
Did you apply the patch ? Let me know if you have any questions. I'm going to release PyCar app which uses Overlays from pygame.
I hope I don't have to support pygame branch or something.
Let me know @ earliest...
Thanks,
Dmitry/
----- Original Message -----
Subject: [pygame] [PATCH]PyGame Overlay 1.6

Hi guys,
I was trying to send this patch 3 times already. Hopefully it'll get through this time.
 
It includes the new object Overlay and allow to display video in pygame which may be coming from different sources( capture card, mpeg source etc ).
I'm using it for video playback in pymedia( http://pymedia.sourceforge.net ). The interface is very simple, just take a look at examples/overlay.py.
Unfortunatelly SDL does not provide capability to blit on YUV surfaces( in contrast to DirectFB ), so you cannot use it as surface... Hopefully it'll change.
Enjoy,
Dmitry/