From: cristy <urban-warrior@git.imagemagick.org> Date: Thu, 15 Sep 2011 00:57:38 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7003 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96b957f4d85c8eea462911351d8c0d80b51d07e5;p=imagemagick --- diff --git a/config/delegates.xml.in b/config/delegates.xml.in index 142f4f68c..d77b5e411 100644 --- a/config/delegates.xml.in +++ b/config/delegates.xml.in @@ -80,7 +80,7 @@ <delegate decode="ilbm" command=""@ILBMDecodeDelegate@" "%i" > "%o""/> <delegate decode="man" command=""@MANDelegate@" -man -Tps "%i" > "%o""/> <delegate decode="mpeg:decode" command=""@MPEGDecodeDelegate@" -v -1 -vframes %S -i "%i" -vcodec pam -an -f rawvideo -y "%u.pam" 2> "%Z""/> - <delegate encode="mpeg:encode" stealth="True" command=""@MPEGEncodeDelegate@" -v -1 -mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 300 -pass 1/2 -i "%M%%d.jpg" "%u.%m" 2> "%Z""/> + <delegate encode="mpeg:encode" stealth="True" command=""@MPEGEncodeDelegate@" -v -1 -mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 300 -i "%M%%d.jpg" "%u.%m" 2> "%Z""/> <delegate decode="sid" command=""@MrSIDDecodeDelegate@" -if sid -i "%i" -of tif -o "%o" > "%u""/> <delegate decode="pcl:color" stealth="True" command=""@PCLDelegate@" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=@PCLColorDevice@" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/> <delegate decode="pcl:cmyk" stealth="True" command=""@PCLDelegate@" -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=@PCLCMYKDevice@" -dTextAlphaBits=%u -dGraphicsAlphaBits=%u "-r%s" %s "-sOutputFile=%s" "%s""/>