mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 05:49:51 +02:00
webpmux -duration: set default 'end' value equal to 'start'
The options are now: -duration d -> set the whole animation to duration 'd' -duration d,s -> set only frame 's' to duration 'd' -duration d,s,e -> set only interval [s,d] to duration 'd' + style fix Change-Id: I72e95282d520146f76696666f44280ad9506affa
This commit is contained in:
committed by
James Zern
parent
f90c60d129
commit
c0699515af
15
README.mux
15
README.mux
@ -51,12 +51,15 @@ SET_OPTIONS:
|
||||
'file.xmp' contains the XMP metadata to be set
|
||||
|
||||
DURATION_OPTIONS:
|
||||
Set constant duration of frames:
|
||||
duration[,start[,end]]
|
||||
where: 'duration' is the duration in milliseconds,
|
||||
'start' is the start frame index (optional)(default=1),
|
||||
'end' is the inclusive end frame index (optional).
|
||||
The special value '0' means: last frame (default=0).
|
||||
Set duration of selected frames:
|
||||
duration set duration for each frames
|
||||
duration,frame set duration of a particular frame
|
||||
duration,start,end set duration of frames in the
|
||||
interval [start,end])
|
||||
where: 'duration' is the duration in milliseconds
|
||||
'start' is the start frame index
|
||||
'end' is the inclusive end frame index
|
||||
The special 'end' value '0' means: last frame.
|
||||
|
||||
STRIP_OPTIONS:
|
||||
Strip color profile/metadata:
|
||||
|
Reference in New Issue
Block a user