MPEG delegate always detected

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
canavan
Posts: 23
Joined: 2013-02-18T10:12:03-07:00
Authentication code: 6789

MPEG delegate always detected

Post by canavan »

The detection code for the MPEG delegate in configure is apparently broken in 6.8.9-6 (and possibly earlier releases), since it always "detects" ffmpeg, apparently due to a confusion between MPEGDecodeDelegateDefault and MPEGDecodeDelegate and how those are assigned.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: MPEG delegate always detected

Post by magick »

It finds avconv on our system as reflected by the delegates.xml entry:
  • <delegate decode="mpeg:decode" command=""avconv" -v -1 -i "%i" -vframes %S -vcodec pam -an -f rawvideo -y "%u.pam" 2> "%Z""/>
Post Reply