Closed GoogleCodeExporter closed 9 years ago
actually, gif2webp is mostly a convenience tool. The "real" tool to assemble
animation files (along with dealing with metadata, etc.) is 'webpmux'.
Please have a look at the file 'README.mux' in the top directory.
This tool is very generic, and rather script-friendly.
It's likely that you need something like the following command line to assemble
several webp images file 'input*.webp':
webpmux -o anim.webp -loop 5 -frame input000.webp 10 -frame input001.webp 10
-frame .... etc
The 'cwebp' tool is more designed to generate each 'input*.webp' individually
compressed frames.
Original comment by pascal.m...@gmail.com
on 20 Jun 2014 at 1:08
Hi, Pascal. Thanks a lot for help
Original comment by NIkita.M...@gmail.com
on 22 Jun 2014 at 2:09
you're very welcome
Original comment by pascal.m...@gmail.com
on 23 Jun 2014 at 4:25
Original issue reported on code.google.com by
NIkita.M...@gmail.com
on 20 Jun 2014 at 7:59