|
NAMEwebpmux - create animated WebP files from non-animated WebP images, extract frames from animated WebP images, and manage XMP/EXIF metadata and ICC profile.SYNOPSISwebpmux -get GET_OPTIONS INPUT -o OUTPUTwebpmux -set SET_OPTIONS INPUT -o OUTPUT webpmux -strip STRIP_OPTIONS INPUT -o OUTPUT webpmux -frame FRAME_OPTIONS [ -frame ... ] [ -loop LOOP_COUNT ] [ -bgcolor BACKGROUND_COLOR ] -o
OUTPUT
webpmux -duration DURATION OPTIONS [ -duration ... ] INPUT -o OUTPUT webpmux -info INPUT webpmux [-h|-help] webpmux -version webpmux argument_file_name DESCRIPTIONThis manual page documents the webpmux command.webpmux can be used to create/extract from animated WebP files, as well as to add/extract/strip XMP/EXIF metadata and ICC profile. If a single file name (not starting with the character '-') is supplied as the argument, the command line arguments are actually tokenized from this file. This allows for easy scripting or using a large number of arguments. OPTIONSGET_OPTIONS (-get):
SET_OPTIONS (-set)
Where: 'loop_count' must be in range [0, 65535].
where: 'A', 'R', 'G' and 'B' are integers in the range 0 to 255 specifying the Alpha, Red, Green and Blue component values respectively.
Where: 'file.icc' contains the ICC profile to be set.
Where: 'file.exif' contains the EXIF metadata to be set.
Where: 'file.xmp' contains the XMP metadata to be set. STRIP_OPTIONS (-strip)
DURATION_OPTIONS (-duration)Amend the duration of a specific interval of frames. This option is only effective on animated WebP and has no effect on a single-frame file.
Note that the frames outside of the [start, end] interval will remain untouched. The 'end' value '0' has the special meaning 'last frame of the animation'.
FRAME_OPTIONS (-frame)Create an animated WebP file from multiple (non-animated) WebP images.
INPUT
OUTPUT (-o)
Note:
BUGSPlease report all bugs to the issue tracker: https://bugs.chromium.org/p/webpPatches welcome! See this page to get started: https://www.webmproject.org/code/contribute/submitting-patches/ EXAMPLESAdd ICC profile:webpmux -set icc image_profile.icc in.webp -o icc_container.webp Extract ICC profile:
Strip ICC profile:
Add XMP metadata:
Extract XMP metadata:
Strip XMP metadata:
Add EXIF metadata:
Extract EXIF metadata:
Strip EXIF metadata:
Create an animated WebP file from 3 (non-animated) WebP images:
-frame 3.webp +100+50+50+1+b -loop 10 -bgcolor
255,255,255,255
-o anim_container.webp Get the 2nd frame from an animated WebP file:
Using -get/-set/-strip with input file name starting with '-':
AUTHORSwebpmux is a part of libwebp and was written by the WebP team.The latest source tree is available at https://chromium.googlesource.com/webm/libwebp This manual page was written by Vikas Arora <vikaas.arora@gmail.com>, for the Debian project (and may be used by others). SEE ALSOcwebp(1), dwebp(1), gif2webp(1)Please refer to https://developers.google.com/speed/webp/ for additional information.
Visit the GSP FreeBSD Man Page Interface. |