convert: delegate failed `"ffmpeg"
Posted: 2010-04-12T05:49:23-07:00
Hello,
I am having a problem installing ffmpeg to read/write MPEG images with ImageMagick.
I have ffmpeg installed and running
I then added
to my delegates.xml file located at /usr/local/lib/ImageMagick-6.6.1/config/delgates.xml.
Does the delgates.xml file need to be reinitialized somehow (and if so, how?)? Issuing convert -list delegate does not show the addition.
Is there a --with option I need to configure IM with? I didn't see one listed at http://www.imagemagick.org/script/advan ... lation.php
Perhaps there is something else I am missing...
To note, I have looked already at viewtopic.php?f=1&t=13650
Thank you for your help...it is much appreciated.
- Finn
I am having a problem installing ffmpeg to read/write MPEG images with ImageMagick.
I have ffmpeg installed and running
Code: Select all
[root@smt-web bin]# ffmpeg -version
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration:
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 0 / 52.20. 0
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
built on Apr 12 2010 06:31:03, gcc: 4.1.2 20080704 (Red Hat 4.1.2-46)
FFmpeg 0.5
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 0 / 52.20. 0
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
Code: Select all
<delegate decode="ffmpeg" command='"ffmpeg" -i "%i" -y -vcodec png -ss %s -vframes 1 -an -f rawvideo "%o"' />
Does the delgates.xml file need to be reinitialized somehow (and if so, how?)? Issuing convert -list delegate does not show the addition.
Is there a --with option I need to configure IM with? I didn't see one listed at http://www.imagemagick.org/script/advan ... lation.php
Perhaps there is something else I am missing...
To note, I have looked already at viewtopic.php?f=1&t=13650
Thank you for your help...it is much appreciated.
- Finn