Create video from bulk images

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
ratneshsoni
Posts: 38
Joined: 2010-12-14T03:56:10-07:00
Authentication code: 8675308

Create video from bulk images

Post 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
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: Create video from bulk images

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Create video from bulk images

Post by snibgo »

ffmpeg is almost certainly a better idea.
snibgo's IM pages: im.snibgo.com
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Create video from bulk images

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply