wvunpack (1)
Leading comments
Title: wvunpack Author: Sebastian Dröge <slomo@debian.org> Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> Date: 2017-01-13 Manual: WavPack Executable Programs Source: WavPack 5.1.0 Language: English
NAME
wvunpack - decodes wavpack encoded filesSYNOPSIS
- wvunpack [-options] INFILE... [-o OUTFILE]
DESCRIPTION
wvunpack
OUTPUT FILE FORMATS
- * Microsoft RIFF, extension lq.wavrq, force with -w or --wav, creates RF64 if > 4 GB
- * Sony Wave64, extension lq.w64rq, force with --w64
- * Apple Core Audio, extension lq.cafrq, force with --caf-be or --caf-le
- * Raw PCM or DSD, extension lq.rawrq, force with -r or --raw
- * Philips DSDIFF, extension lq.dffrq, force with --dsdiff or --dff
- * Sony DSD Stream, extension lq.dsfrq, force with --dsf
OPTIONS
-b
- blindly decode all stream blocks and ignore length info
-c
- do not decode audio but instead just extract cuesheet stored in APEv2 tag to stdout (equivalent to -x lqcuesheetrq)
-cc
- extract cuesheet stored in APEv2 tag to source-name.cue file in same directory as decoded audio file (equivalent to -xx lqcuesheet=%a.cuerq)
--caf-be, --caf-le
- force output to big-endian or little-endian Core Audio, extension lq.cafrq
-d
- delete source file if successful (use with caution!)
--dff, --dsdiff
- force output to Philips DSDIFF, DSD audio source only, extension lq.dffrq
--dsf
- force output to Sony DSF, DSD audio source only, extension lq.dsfrq
-f
- do not decode audio but simply display summary information about WavPack file to stdout in a machine-parsable format (see doc/wavpack_doc.html or cli/wvunpack.c in repository for format details)
--help
- display extended help
-i
- ignore .wvc file (forces hybrid lossy decompression)
-m
- calculate and display MD5 signature; verify if lossless
-n
- no audio decoding (use with -xx to extract tags only)
--no-utf8-convert
- leave extracted text tags in UTF-8 encoding during extraction or display
-o OUTFILE
- specify output filename (only if single source file) or target directory (must exist)
-q
- quiet (keep console output to a minimum)
-r, --raw
- force raw PCM or DSD audio decode by skipping headers & trailers, results in source-name.raw
-s
- do not decode audio but simply display summary information about WavPack file to stdout
-ss
- do not decode audio but simply display summary and tag information about WavPack file to stdout
--skip=[-][sample|hh:mm:ss.ss]
- start decoding at specified sample or time index, specifying a - causes sample/time to be relative to EOF
-t
- copy input file's time stamp to output file(s)
--until=[+|-][sample|hh:mm:ss.ss]
- stop decoding at specified sample or time index, specifying a + causes sample/time to be relative to --skip point, specifying a - causes sample/time to be relative to EOF
-v
- verify source data only (no output file created)
--version
- write program version to stdout
-w, --wav
- force output to Microsoft RIFF/RF64, extension lq.wavrq
--w64
- force output to Sony Wave64, extension lq.w64rq
-x lqFieldrq
- do not decode audio but instead just extract the specified tag field to stdout
-xx lqField[=file]rq
- extract the specified tag field to named file in same directory as decoded audio file; optional filename specification may contain %a which is replaced with the audio file base name, %t replaced with the tag field name (note: comes from data for binary tags) and %e replaced with the extension from the binary tag source file (or lqtxtrq for text tag).
-y
- yes to overwrite warning (use with caution!)
-z[n]
- don't set (n = 0 or omitted) or set (n = 1) console title to indicate progress (leaves "WvUnpack Completed")
SEE ALSO
wavpack(1), wvgain(1), wvtag(1)
Please visit www.wavpack.com for more information
COPYRIGHT
This manual page was written by Sebastian Dröge <slomo@debian.org> and David Bryant <david@wavpack.com>. Permission is granted to copy, distribute and/or modify this document under the terms of the BSD License.
AUTHORS
Sebastian Dröge <slomo@debian.org>
- Original author
David Bryant <david@wavpack.com>
- Updates
COPYRIGHT
Copyright © 2005 Sebastian Dröge
Copyright © 2017 David Bryant