Qt + ImageMagic + ffmpeg

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
Asting
Posts: 2
Joined: 2014-06-12T09:20:51-07:00
Authentication code: 6789

Qt + ImageMagic + ffmpeg

Post by Asting »

Hello everyone,
Im trying to create f.e. mpeg video file from Qt, on Linux.
In this case, I installed ffmpeg delegate and then made configure/make/install for ImageMagick with parameter to ffmpeg.
Then I include IM and ffmpeg libraries and include files to Qt progect.
ImageMagick itself works in Qt, I can creat pictures and *gif animations, but when I tryed make mpeg video, I got error "terminate called after throwing an instance of 'Magick::ErrorDelegate'
what(): Magick: delegate failed `"ffmpeg" -v -1 -i "%M%%d.jpg" "%u.%m" 2> "%Z"' @ error/delegate.c/InvokeDelegate/1153".
What can be a problem in this case? Is my installation order was rigth? Would be grateful to eny help.
Post Reply