Page 1 of 1

3GP delegate? Expect FFMPEG but is not?

Posted: 2017-01-20T06:46:44-07:00
by Swoops
Hello, I am trying to make a thumbnail of a .3gp video. This works fine with FFMPEG but I want to use IM. However it seems IM is not delegating it to FFMPEG. Is this correct? Or am I missing something?

Re: 3GP delegate? Expect FFMPEG but is not?

Posted: 2017-01-20T07:03:34-07:00
by magick
Try this: convert mpeg:myvideo.3qp image.gif. Does that work?

Re: 3GP delegate? Expect FFMPEG but is not?

Posted: 2017-01-20T07:09:08-07:00
by Swoops
Works perfect! Cant thank you enough.
Had to add the prefix, yes. I take that is to force a delegate?

Re: 3GP delegate? Expect FFMPEG but is not?

Posted: 2017-01-20T07:17:27-07:00
by magick
You'll find implicit support for 3GP in the next point release of ImageMagick. No explicit mpeg: tag required.

Re: 3GP delegate? Expect FFMPEG but is not?

Posted: 2017-01-20T07:24:08-07:00
by Swoops
Thats wonderful news. Waiting for that instead of refactoring code for exception. Thank you so much.