libwebp/man
Pascal Massimino 3f182d36f4 add a "-duration duration,start,end" option to webpmux
this will force a constant duration for an interval of frames
in an animation.
Notes:
 a) '-duration [...]' can be repeated as many times as needed.
 b) intervals are taken into account in option order. If they overlap, values will be overwritten.
 c) 'start' and 'end' can be omitted, but not the duration value.
 d) 'end' can be equal to '0', in which case it means 'last frame'
 e) single-image files are untouched (ie. not turned into an animation file).

Some example usage:
    webpmux -duration 150 in.webp -o out.webp
    webpmux -duration 33,10,0 in.webp -o out.webp
    webpmux -duration 200,2 -duration 150,0,50 in.webp -o out.webp

Change-Id: I9b595dafa77f9221bacd080be7858b1457f54636
2016-11-09 15:44:09 +01:00
..
cwebp.1 cwebp.1: improve some grammar 2016-09-02 00:08:14 -07:00
dwebp.1 'our bug tracker' -> 'the bug tracker' 2016-06-23 16:06:12 -07:00
gif2webp.1 'our bug tracker' -> 'the bug tracker' 2016-06-23 16:06:12 -07:00
Makefile.am add man/vwebp.1 2014-01-10 17:43:03 -08:00
vwebp.1 'our bug tracker' -> 'the bug tracker' 2016-06-23 16:06:12 -07:00
webpmux.1 add a "-duration duration,start,end" option to webpmux 2016-11-09 15:44:09 +01:00