Search found 1 match
- 2012-04-26T02:55:25-07:00
- Forum: Bugs
- Topic: identify video delegate ffmpeg parameter correction
- Replies: 1
- Views: 3935
identify video delegate ffmpeg parameter correction
Hi folks, when you identify a video file imagmagick delegates to ffmpeg. The current delegates.xml entry reads: <delegate decode="mpeg:decode" command=""ffmpeg" -v -1 -vframes %S -i "%i" -vcodec pam -an -f rawvideo -y "%u.pam" 2> "%Z""/> However, the -vframes parameter must come after the input file ...