Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wvunpack(1) [centos man page]

WVUNPACK(1)															       WVUNPACK(1)

NAME
wvunpack - decodes wavpack encoded files SYNOPSIS
wvunpack [-options] INFILE... [-o OUTFILE] DESCRIPTION
wvunpack decodes WavPack files back to their uncompressed wav or raw form using the options provided. Unless overridden with the -o switch, the resulting filename will be source-name.wav (or source-name.raw when -r used). Multiple WavPack input files may be specified resulting in multiple output files, and in that case -o may be used to specify an alternate target directory. Stdin and stdout may be specified with "-". WavPack files are generally created with the wavpack program. 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 "cuesheet") -cc extract cuesheet stored in APEv2 tag to source-name.cue file in same directory as decoded audio file (equivalent to -xx "cuesheet=%a.cue") -d delete source file if successful (use with caution!) --help display extended help -i ignore .wvc file (forces hybrid lossy decompression) -m calculate and display MD5 signature; verify if lossless --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 force raw audio decode by skipping RIFF 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 -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) -w regenerate fresh wav header (ingore RIFF data stored in WavPack file) -x "Field" do not decode audio but instead just extract the specified tag field to stdout -xx "Field[=file]" 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 "txt" for text tag). -y yes to overwrite warning (use with caution!) SEE ALSO
wavpack(1), wvgain(1) Please visit www.wavpack.com for more information COPYRIGHT
This manual page was written by Sebastian Droge <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 Droge <slomo@debian.org> Author. David Bryant <david@wavpack.com> Author. COPYRIGHT
Copyright (C) 2005 Sebastian Droge Copyright (C) 2009 David Bryant 2009-10-17 WVUNPACK(1)

Check Out this Related Man Page

WAVPACK(1)																WAVPACK(1)

NAME
wavpack - encode wav files to wavpack SYNOPSIS
wavpack [-options] INFILE... [-o OUTFILE] DESCRIPTION
wavpack encodes wav files containing uncompressed audio (or raw PCM data) into WavPack files using the options provided. The resulting filename will be source-name.wv unless overridden with the -o switch. Multiple input files may be specified resulting in multiple WavPack files, and in that case -o may be used to specify an alternate target directory. Stdin and stdout may be specified with "-". To decode WavPack files back to wav or raw PCM use the wvunpack program. OPTIONS
-a Adobe Audition (CoolEdit) mode for 32-bit floats -bn enable hybrid compression, n = 2.0 to 23.9 bits/sample, or n = 24-9600 kbits/second (kbps) --blocksize=n specify block size in samples (max = 131072 and min = 16 with --merge-blocks, otherwise 128) -c create correction file (.wvc) for hybrid mode (results in 2-file lossless compression) -cc maximum hybrid compression (hurts lossy quality & decode speed) --channel-order=list specify (comma separated) channel order if not Microsoft standard (which is FL,FR,FC,LFE,BL,BR,LC,FRC,BC,SL,SR,TC,TFL,TFC,TFR,TBL,TBC,TBR); specify "..." to indicate that channels are not assigned to specific speakers, or terminate list with "..." to indicate that any channels beyond those specified are unassigned -d delete source file if successful (use with caution!) -f fast mode (fast, but some compromise in compression ratio) -h high quality (better compression ratio, but slower encode and decode than default mode) -hh very high quality (best compression, but slowest and NOT recommended for use on portable playback devices) --help display extended help -i ignore length in wav header (no pipe output allowed) -jn joint-stereo override (0 = left/right, 1 = mid/side) -m compute & store MD5 signature of raw audio data --merge-blocks merge consecutive blocks with equal redundancy (used with --blocksize option and is useful for files generated by the lossyWAV program or decoded HDCD files) -n calculate average and peak quantization noise (hybrid only, reference fullscale sine) --no-utf8-convert don't recode passed tags from local encoding to UTF-8, assume they are in UTF-8 already --pair-unassigned-chans encode unassigned channels into stereo pairs -p practical float storage (also 32-bit ints, not lossless) -q quiet (keep console output to a minimum) -r generate a new RIFF WAV header (any extra RIFF info in original file will be discarded) --raw-pcm intput data is raw pcm (44,100 Hz, 16-bit, 2-channels) --raw-pcm=sr,bits,chans intput data is raw pcm with specified sample-rate, bit-depth, and number of channels (specify 32f for 32-bit floating point data) -sn override default hybrid mode noise shaping where n is a float value between -1.0 and 1.0; negative values move noise lower in freq, positive values move noise higher in freq, use 0 for no shaping (white noise) -t copy input file's time stamp to output file(s) --use-dns force use of dynamic noise shaping (hybrid mode only) -w "Field=Value" write specified text metadata to APEv2 tag -w "Field=@file.ext" write specified text metadata from file to APEv2 tag, normally used for embedded cuesheets and logs (field names "Cuesheet" and "Log") --write-binary-tag "Field=@file.ext" write the specified binary metadata file to APEv2 tag, normally used for cover art with the specified field name "Cover Art (Front)" -x[n] extra encode processing (optional n = 1 to 6, 1=default), -x1 to -x3 to choose best of predefined filters, -x4 to -x6 to generate custom filters (very slow!) -y yes to all warnings (use with caution!) SEE ALSO
wvunpack(1), wvgain(1) Please visit www.wavpack.com for more information COPYRIGHT
This manual page was written by Sebastian Droge <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 Droge <slomo@debian.org> Author. David Bryant <david@wavpack.com> Author. COPYRIGHT
Copyright (C) 2005 Sebastian Droge Copyright (C) 2009 David Bryant 2009-10-17 WAVPACK(1)
Man Page