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

Re: [pygame] Making a Movie



hi ya,

if you have spare cpu/memory bandwidth, then screen casting software
may be easier.

There's some good free ones here:
   http://en.wikipedia.org/wiki/List_of_screencasting_software

cu.

On Wed, Apr 28, 2010 at 2:00 AM, Ian Mallett <geometrian@xxxxxxxxx> wrote:
> Hi,
>
> So, I'm trying to make a movie from frames directly taken from an OpenGL
> program I wrote.  The program also has sound, which I want to record.  I've
> already written code that saves every frame.  I have no idea what to do with
> the sound; as I've never made a movie with sound, nor know how to get the
> current output of sound from the mixer (if that's possible).
>
> This movie should be recorded as a file that can then be played back by
> pygame (sound and all).
>
> I would also not like to use a screencapture/recording software; I want the
> sound and image quality to be perfect (not recorded again).
>
> Ian
>