Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
convert -quiet -delay 1 plane.avi plane.gif
Magick: no decode delegate for this image format `plane.avi' @ error/constitute.c/ReadImage/532.
Magick: missing an image filename `plane.gif' @ error/convert.c/ConvertImageCommand/2970.
I came that far that I spotted ffmpeg in the delegates.xml but now I have to surrender...
However, I tried "where ffmpeg.exe", which tells me where (in my PATH) the program is. I then renamed it, and a convert involving ffmpeg failed. Messing around with my PATH seems to confirm that IM does a simple path search.
So, if ffmpeg.exe is in your IM directory, try either putting that directory in your path, or copy ffmpeg.exe to a directory in your path.
Could your input file plane.avi be corrupt? That error is thrown when IM reads the magic bytes and fails to find a corresponding delegate. Try the command on an other AVI.
If you post a URL to planes.avi, I can try to read it.
snibgo wrote:Could your input file plane.avi be corrupt? That error is thrown when IM reads the magic bytes and fails to find a corresponding delegate. Try the command on an other AVI.
Tried another one: Same result.
snibgo wrote:If you post a URL to planes.avi, I can try to read it.