Page 1 of 1

Create video from bulk images

Posted: 2012-11-23T03:39:39-07:00
by ratneshsoni
Can it be possible using image magick that we can create video using bulk images. Like i have bulk image and want to create high resolution video like flv, mp4,etc.

Please let me know regarding this.

Thanks in advance

Re: Create video from bulk images

Posted: 2012-11-23T12:47:36-07:00
by glennrp
Yes, but ImageMagick might not be the best tool for that if you are simply combining a lot of frames into one movie/video. We rely on delegates for some formats such as MP3 and MP4, so type "convert -list format" to see which formats are supported by your installation.

Re: Create video from bulk images

Posted: 2012-11-24T02:31:33-07:00
by snibgo
ffmpeg is almost certainly a better idea.

Re: Create video from bulk images

Posted: 2013-02-06T17:54:36-07:00
by anthony
What IM is good at is generating change scene fades, wipes, adding text, and other fluff.
However typically Im is called from and controlled by more advanced video editing software to generate these effects.