2011-09-30 10:11:29 +02:00
|
|
|
.\" Hey, EMACS: -*- nroff -*-
|
2011-11-04 00:10:27 +01:00
|
|
|
.TH WEBPMUX 1 "November 3, 2011"
|
2011-09-30 10:11:29 +02:00
|
|
|
.SH NAME
|
|
|
|
webpmux \- command line tool to create WebP Mux/container file.
|
|
|
|
.SH SYNOPSIS
|
2011-11-04 00:10:27 +01:00
|
|
|
.B webpmux \-get
|
2011-09-30 10:11:29 +02:00
|
|
|
.I GET_OPTIONS
|
|
|
|
.I INPUT
|
2011-11-04 00:10:27 +01:00
|
|
|
.B \-o
|
2011-09-30 10:11:29 +02:00
|
|
|
.I OUTPUT
|
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
.B webpmux \-set
|
2011-09-30 10:11:29 +02:00
|
|
|
.I SET_OPTIONS
|
|
|
|
.I INPUT
|
2011-11-04 00:10:27 +01:00
|
|
|
.B \-o
|
2011-09-30 10:11:29 +02:00
|
|
|
.I OUTPUT
|
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
.B webpmux \-strip
|
2011-09-30 10:11:29 +02:00
|
|
|
.I STRIP_OPTIONS
|
|
|
|
.I INPUT
|
2011-11-04 00:10:27 +01:00
|
|
|
.B \-o
|
2011-09-30 10:11:29 +02:00
|
|
|
.I OUTPUT
|
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
.B webpmux [ \-tile
|
2011-09-30 10:11:29 +02:00
|
|
|
.I TILE_OPTIONS
|
2011-11-04 00:10:27 +01:00
|
|
|
.B ]... \-o
|
2011-09-30 10:11:29 +02:00
|
|
|
.I OUTPUT
|
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
.B webpmux [ \-frame
|
2011-09-30 10:11:29 +02:00
|
|
|
.I FRAME_OPTIONS
|
2011-11-04 00:10:27 +01:00
|
|
|
.B ]... \-loop
|
2011-09-30 10:11:29 +02:00
|
|
|
.I LOOP_COUNT
|
2011-11-04 00:10:27 +01:00
|
|
|
.B \-o
|
2011-09-30 10:11:29 +02:00
|
|
|
.I OUTPUT
|
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
.B webpmux \-info
|
2011-09-30 10:11:29 +02:00
|
|
|
.I INPUT
|
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
.B webpmux \-help
|
2011-09-30 10:11:29 +02:00
|
|
|
.SH DESCRIPTION
|
|
|
|
This manual page documents the
|
|
|
|
.B webpmux
|
|
|
|
command.
|
|
|
|
.PP
|
2011-11-04 00:10:27 +01:00
|
|
|
\fBwebpmux\fP can be used to create a WebP container file
|
2011-09-30 10:11:29 +02:00
|
|
|
and extract/strip relevant data from the container file.
|
|
|
|
.SH OPTIONS
|
2011-11-04 00:10:27 +01:00
|
|
|
.SS GET_OPTIONS (\-get):
|
2011-09-30 10:11:29 +02:00
|
|
|
.TP
|
|
|
|
.B icc
|
|
|
|
Get ICC Color profile.
|
|
|
|
.TP
|
|
|
|
.B xmp
|
|
|
|
Get XMP metadata.
|
|
|
|
.TP
|
|
|
|
.B tile n
|
|
|
|
Get nth tile.
|
|
|
|
.TP
|
|
|
|
.B frame n
|
|
|
|
Get nth frame.
|
|
|
|
|
2011-11-04 00:10:27 +01:00
|
|
|
.SS SET_OPTIONS (\-set)
|
2011-09-30 10:11:29 +02:00
|
|
|
.TP
|
|
|
|
.B icc
|
|
|
|
Set ICC Color profile.
|
|
|
|
.TP
|
|
|
|
.B xmp
|
|
|
|
Set XMP metadata.
|
|
|
|
|
2011-11-04 00:10:27 +01:00
|
|
|
.SS STRIP_OPTIONS (\-strip)
|
2011-09-30 10:11:29 +02:00
|
|
|
.TP
|
|
|
|
.B icc
|
|
|
|
Strip ICC Color profile.
|
|
|
|
.TP
|
|
|
|
.B xmp
|
|
|
|
Strip XMP metadata.
|
|
|
|
|
2011-11-04 00:10:27 +01:00
|
|
|
.SS TILE_OPTIONS (\-tile)
|
2011-09-30 10:11:29 +02:00
|
|
|
.TP
|
|
|
|
.B file_i +xi+yi
|
2011-11-04 00:20:20 +01:00
|
|
|
Where: 'file_i' is the i'th tile (webp format) and 'xi','yi' specify the image
|
|
|
|
offset for this tile.
|
2011-09-30 10:11:29 +02:00
|
|
|
|
2011-11-04 00:10:27 +01:00
|
|
|
.SS FRAME_OPTIONS (\-frame)
|
2011-09-30 10:11:29 +02:00
|
|
|
.TP
|
|
|
|
.B file_i +xi+yi+di
|
2011-11-04 00:20:20 +01:00
|
|
|
Where: 'file_i' is the i'th frame (webp format), 'xi','yi' specify the image
|
|
|
|
offset for this frame and 'di' is the pause duration before next frame.
|
2011-09-30 10:11:29 +02:00
|
|
|
.TP
|
2011-11-04 00:10:27 +01:00
|
|
|
.B \-loop n
|
|
|
|
Loop the frames n number of times. 0 indicates the frames should loop forever.
|
2011-09-30 10:11:29 +02:00
|
|
|
|
2011-11-04 00:10:27 +01:00
|
|
|
.SS INPUT
|
2011-09-30 10:11:29 +02:00
|
|
|
.TP
|
|
|
|
Input file in WebP format.
|
|
|
|
|
2011-11-04 00:10:27 +01:00
|
|
|
.SS OUTPUT (\-o)
|
2011-09-30 10:11:29 +02:00
|
|
|
.TP
|
|
|
|
Output file in WebP format.
|
|
|
|
|
2011-11-04 00:10:27 +01:00
|
|
|
.SH EXAMPLES
|
|
|
|
webpmux \-set icc image_profile.icc in.webp \-o icc_container.webp
|
2011-09-30 10:11:29 +02:00
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
webpmux \-get icc icc_container.webp \-o image_profile.icc
|
2011-09-30 10:11:29 +02:00
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
webpmux \-set xmp image_metadata.xmp in.webp \-o xmp_container.webp
|
2011-09-30 10:11:29 +02:00
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
webpmux \-get xmp xmp_container.webp \-o image_metadata.xmp
|
2011-09-30 10:11:29 +02:00
|
|
|
.br
|
2011-11-04 00:20:20 +01:00
|
|
|
webpmux \-frame anim_1.webp +0+0+0 \-frame anim_2.webp +50+50+0 \-loop 10
|
|
|
|
\-o anim_container.webp
|
2011-09-30 10:11:29 +02:00
|
|
|
.br
|
2011-11-04 00:10:27 +01:00
|
|
|
webpmux \-get frame 2 anim_container.webp \-o frame_2.webp
|
2011-09-30 10:11:29 +02:00
|
|
|
|
|
|
|
.SH SEE ALSO
|
2011-11-04 00:10:27 +01:00
|
|
|
.BR dwebp (1),
|
|
|
|
.BR cwebp (1).
|
2011-09-30 10:11:29 +02:00
|
|
|
.br
|
|
|
|
Please refer to http://code.google.com/speed/webp/ for additional
|
|
|
|
information.
|
2011-11-04 00:10:27 +01:00
|
|
|
.SH AUTHORS
|
2011-09-30 10:11:29 +02:00
|
|
|
\fBwebpmux\fP is written by the WebP team.
|
|
|
|
.br
|
|
|
|
The latest source tree is available at http://www.webmproject.org/code
|
|
|
|
.PP
|
|
|
|
This manual page was written by Vikas Arora <vikaas.arora@gmail.com>,
|
|
|
|
for the Debian project (and may be used by others).
|