worldsight has asked for the wisdom of the Perl Monks concerning the following question:
I've got some perl that's already capable of generating thousands (millions actually) of images (using ImageMagick).
Audio is of no concern.
Does anyone know of a module that just uses an open filehandle and can have images written to it? Almost like frameserving?
I don't need any compression, I just want to make a series of images into a movie file. Basically, I'd like to append frames to an existing movie file.
I can already generate the movies if I create a few hundred images, fork a shell to an encoder, then make a movie file.
Is there a way to do this all in memory and not write anything but the movie to disk?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Encoding Video
by Corion (Patriarch) on Jun 19, 2008 at 12:38 UTC | |
|
Re: Encoding Video
by zentara (Cardinal) on Jun 19, 2008 at 13:13 UTC | |
|
Re: Encoding Video
by moritz (Cardinal) on Jun 19, 2008 at 12:44 UTC |