Convert PNG sequence to animated WebP

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Artman
Posts: 13
Joined: 2016-12-14T04:44:21-07:00
Authentication code: 1151

Convert PNG sequence to animated WebP

Post by Artman »

Hello! I read latest forum posts and see post about webp.
and now have a question: it possible convert PNG sequence to animated WebP?
I try

Code: Select all

magick 1.png 2.png 1.webp
and

Code: Select all

magick 1.png 2.png -quality 50 -define webp:method=6 wizard.webp
but no success. say me please how to make it work.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Convert PNG sequence to animated WebP

Post by fmw42 »

I know nothing about webp. I can only point you to http://www.imagemagick.org/script/webp.php

I do not know if IM supports awebp format. So you may need other tools.

See
http://littlesvr.ca/apng/gif_apng_webp.html
https://en.wikipedia.org/wiki/WebP
Artman
Posts: 13
Joined: 2016-12-14T04:44:21-07:00
Authentication code: 1151

Re: Convert PNG sequence to animated WebP

Post by Artman »

thank you.
ps: i find that webpmux.exe do that i want.
Post Reply