Improper image header

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
yudhist39

Improper image header

Post by yudhist39 »

Code: Select all

D:\wamp\www\ffmpeg\test_media>convert robot.avi robot.jpg
convert: Improper image header `robot.avi' @ avi.c/ReadAVIImage/1234.
convert: missing an image filename `robot.jpg' @ convert.c/ConvertImageCommand/2710.
can anybody tell me, what's wrong with that error?
FYI, i'm using ImageMagick 6.4.7 Q16 on WinXP SP2
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Improper image header

Post by anthony »

AVI is more of a meta file format with litterially hundreds of file formats (codecs) all known as AVI. IM can not know them all directly, though it does try.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply