FailedToExecuteCommand Exception on new MagickImageInfo("movie.AVI") #731
-
So, recently set my app to handle all Magick image format types. I get this exception on movie types, AVI, MP4 so far. Here's the full exception: $exception {"FailedToExecuteCommand `"ffmpeg.exe" -nostdin -v -1 -i "C:/Users/chuck/AppData/Local/Temp/magick-Ki7wx2uvxXyPx59zL2x-OE9JdWkkInzl" -vframes 1 -vcodec pam -an -f rawvideo -y "C:/Users/chuck/AppData/Local/Temp/magick-Gq2sUH_BgZlYDwrEzFebz_KmEmhsoax3.pam"' (-1) @ error/delegate.c/ExternalDelegateCommand/478"} ImageMagick.MagickDelegateErrorException I'm not sure if this is a bug, or something I'm doing wrong. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 8 replies
-
Got a similar exception with PDF file type. ImageMagick.MagickDelegateErrorException |
Beta Was this translation helpful? Give feedback.
-
MPG files give: ImageMagick.MagickDelegateErrorException |
Beta Was this translation helpful? Give feedback.
-
MPEG files give: ImageMagick.MagickDelegateErrorException |
Beta Was this translation helpful? Give feedback.
-
MOV files give: ImageMagick.MagickDelegateErrorException |
Beta Was this translation helpful? Give feedback.
-
WMV gives: ImageMagick.MagickDelegateErrorException |
Beta Was this translation helpful? Give feedback.
-
Some formats require an extra executable in the |
Beta Was this translation helpful? Give feedback.
-
Ah, okay - thanks. |
Beta Was this translation helpful? Give feedback.
Some formats require an extra executable in the
bin
folder of your project. For movie type files you will need ffmpeg. If you want to read PDF files you will need Ghostscript installed on your machine.