buggedcom / phpvideotoolkit-v2

PHP Video Toolkit version 2 helps take the voodoo out of ffmpeg and provides a convenient object oriented wrapper around the ffmpeg programme.
Other
262 stars 86 forks source link

Assemble a video stream from a set of separate video images #43

Closed wasimkham closed 9 years ago

wasimkham commented 9 years ago

On your google code page it says that you can assemble a video stream from a set of separate video images. Is this no longer possible is v2? Is there no way I can combine MP3's and an image to create a video?

buggedcom commented 9 years ago

You can use PHPVideoToolkit to do this, however it is not built in and you have to supply some custom commands. See the committed example for more info.