1WVUNPACK(1)                                                        WVUNPACK(1)
2
3
4

NAME

6       wvunpack - decodes wavpack encoded files
7

SYNOPSIS

9       wvunpack [-options] INFILE... [-o OUTFILE]
10

DESCRIPTION

12       wvunpack decodes WavPack files back to their uncompressed wav or raw
13       form using the options provided. Unless overridden with the -o switch,
14       the resulting filename will be source-name.wav (or source-name.raw when
15       -r used). Multiple WavPack input files may be specified resulting in
16       multiple output files, and in that case -o may be used to specify an
17       alternate target directory.  Stdin and stdout may be specified with
18       “-”. WavPack files are generally created with the wavpack program.
19

OPTIONS

21       -b
22           blindly decode all stream blocks and ignore length info
23
24       -c
25           do not decode audio but instead just extract cuesheet stored in
26           APEv2 tag to stdout (equivalent to -x “cuesheet”)
27
28       -cc
29           extract cuesheet stored in APEv2 tag to source-name.cue file in
30           same directory as decoded audio file (equivalent to -xx
31           “cuesheet=%a.cue”)
32
33       -d
34           delete source file if successful (use with caution!)
35
36       --help
37           display extended help
38
39       -i
40           ignore .wvc file (forces hybrid lossy decompression)
41
42       -m
43           calculate and display MD5 signature; verify if lossless
44
45       --no-utf8-convert
46           leave extracted text tags in UTF-8 encoding during extraction or
47           display
48
49       -o OUTFILE
50           specify output filename (only if single source file) or target
51           directory (must exist)
52
53       -q
54           quiet (keep console output to a minimum)
55
56       -r
57           force raw audio decode by skipping RIFF headers & trailers, results
58           in source-name.raw
59
60       -s
61           do not decode audio but simply display summary information about
62           WavPack file to stdout
63
64       -ss
65           do not decode audio but simply display summary and tag information
66           about WavPack file to stdout
67
68        --skip=[sample|hh:mm:ss.ss]
69           start decoding at specified sample or time index
70
71       -t
72           copy input file´s time stamp to output file(s)
73
74        --until=[+|-][sample|hh:mm:ss.ss]
75           stop decoding at specified sample or time index, specifying a +
76           causes sample/time to be relative to --skip point, specifying a -
77           causes sample/time to be relative to EOF
78
79       -v
80           verify source data only (no output file created)
81
82       -w
83           regenerate fresh wav header (ingore RIFF data stored in WavPack
84           file)
85
86       -x “Field”
87           do not decode audio but instead just extract the specified tag
88           field to stdout
89
90       -xx “Field[=file]”
91           extract the specified tag field to named file in same directory as
92           decoded audio file; optional filename specification may contain %a
93           which is replaced with the audio file base name, %t replaced with
94           the tag field name (note: comes from data for binary tags) and %e
95           replaced with the extension from the binary tag source file (or
96           “txt” for text tag).
97
98       -y
99           yes to overwrite warning (use with caution!)
100

SEE ALSO

102       wavpack(1), wvgain(1)
103
104       Please visit www.wavpack.com for more information
105
107       This manual page was written by Sebastian Dröge <slomo@debian.org> and
108       David Bryant <david@wavpack.com>. Permission is granted to copy,
109       distribute and/or modify this document under the terms of the BSD
110       License.
111

AUTHORS

113       Sebastian Dröge <slomo@debian.org>
114           Author.
115
116       David Bryant <david@wavpack.com>
117           Author.
118
120       Copyright © 2005 Sebastian Dröge
121       Copyright © 2009 David Bryant
122
123
124
125                                  2009-10-17                       WVUNPACK(1)
Impressum