Re: [GD-DEVEL] gdImage to Bitmap
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi On 3/10/07, Fletcher, Will <[email protected]> wrote: > I'm currently using gdImage in win32 to create a series of jpegs which > could be considered frames in a movie. Does anybody have any experience > doing this sort of thing? So far I've tried with the video for windows > library, but it requires Windows Bitmap files. > > Any ideas? Have you tried to play with ffmpeg? Its API is powerful and let you create, convert and edit videos easily. An interesting resource about using ffmpeg on windows is available here: http://arrozcru.no-ip.org/ffmpeg/ --Pierre