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?".
I replaced plane.avi with a different video I had. I got no output so I removed -quiet and got this error "convert: Not enough pixel data" A different avi gave this error "convert: AVI chunk indx not yet supported"
What do these errors mean? Does this only work on certain avis?
Is there any way to parse a flash video file, .flv?
AVI is a very complex video format that contains a huge number of different codecs. IM can not handle all these codecs.
It is suggested you install and use a specialized video handling tool like mencode (with the full codec collection) to separate out the desired frames.