Can Imagemagick handle video (any alternative?)

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Elapido
Posts: 42
Joined: 2011-06-10T14:27:28-07:00
Authentication code: 8675308

Can Imagemagick handle video (any alternative?)

Post by Elapido »

I wonder if Imagemagick is able to do video conversion and edition. I suppose it can't. I wonder if you know of any program that can be called from a script, using commands, like Imagemagick, but can convert several files with mov format to avi without quality loss and then resize to different outputs.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Can Imagemagick handle video (any alternative?)

Post by anthony »

It can do video editing but it is not really designed for it. No sound, and it uses external delegate programs to decode and encode video. See IM Examples, Common Image Formats, MPEG
http://www.imagemagick.org/Usage/formats/#mpeg

However Imagemagick is often used by many video processing packaging to generate special effects, screen changes (fades/wipes) and title screens. In this sense it is a excelent tool for video processing.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply