Re: Video display, frame rate 640x480 @ 30fps achievable?



Michael Sparks schrieb:

> Yes.
>
> Co-incidentally we've been looking at video playback this week as well.
> We've been using Pygame with an Overlay surface, and it works fairly well.

I guess Pygame was more suitable overall for your application? I would
just be interested whether you have considered using PyMedia? I knew
about Pygame, but haven't done anything with it yet. So far when I
needed a GUI based application I have used wxPython, but I am not stuck
to that.

> Initially we're testing with simple IYUV raw video data, and it's a good
> idea to use a modern video card supported by your OS, but other than that
> we've not had problems. If you're interested in code, let us know :-)
>
Thanks for the offer. If it is getting serious and I need some jump
start I might come back to you about the code.

[...]


Guenter

.



Relevant Pages

  • Re: Video display, frame rate 640x480 @ 30fps achievable?
    ... > Michael Sparks schrieb: ... > I guess Pygame was more suitable overall for your application? ... approach to getting the video onscreen. ... help fix it!) ...
    (comp.lang.python)
  • Re: Video display, frame rate 640x480 @ 30fps achievable?
    ... Co-incidentally we've been looking at video playback this week as well. ... We've been using Pygame with an Overlay surface, ... People have embedded pygame in wxPython before (I don't know how ...
    (comp.lang.python)
  • Re: webcam (usb) access under Ubuntu
    ... someone using VideoCapture (the win32 lib) and PyGame, ... use a GUI framework and preview/capture videos directly. ... back then I was able to access a video camera using gqcam. ...
    (comp.lang.python)
  • Re: webcam (usb) access under Ubuntu
    ... While I'm at it I wondering how to display a video preview. ... someone using VideoCapture (the win32 lib) and PyGame, ...
    (comp.lang.python)
  • Re: Putting 3D graphics on Overlay surface using VMR9
    ... > I want to render 3D scenes with video in them and put them out to the TV ... the way to get video out of the card is via the overlay surface ... > If I override the allocator presenter to be able to render 3D scenes, ...
    (microsoft.public.win32.programmer.directx.video)