2013/10/13

WavPack 4.70.0 beta

Hydrogenaudio Forums で5月末に出てた(;^ω^)

image

Hydrogenaudio Forums > Lossless Audio Compression > WavPack

http://www.hydrogenaudio.org/forums/index.php?showtopic=101073

 

image

x86 、x64 、Linux 3バージョンあり

 

New features:

  • transcoding from existing WavPack files (with tag copy)
  • option to verify WavPack file integrity on creation (-v)
  • use temporary files for safer overwriting
  • detect UTF-16LE encoding for tag text files (mostly a Windows thing)
  • transition to Visual Studio 2008 and 64-bit version (Windows)
  • option to allow up to 16 MB APEv2 tag data (--allow-huge-tags)
  • option for wvunpack to suppress audio decoding (useful for extracting only tags with -cc and -xx) (-n)
  • experimental, undocumented option to store float16 and float24 audio data as integers (--store-floats-as-ints)
  • allow channel-order specification on WAV files with WAVEFORMATEXTENSIBLE headers that contain zeroed channel masks

Bug fixes:
  • seeking to last block failure (after finishing file)
  • memcpy() not always used correctly (Linux targets)
  • unsigned char issue (ARM targets)

Windows features ported to Linux:
  • clean handling of ^C
  • console title (with -z to defeat)
  • wildcards in tag specifications
  • 4GB file support on 32-bit OS

 

だそうです(´・ω・`)

 

とりあえずDOS窓でx86版を叩いてみる

 

E:\foobar2000\wavpack-4.70.0-beta-x86>wavpack

WAVPACK  Hybrid Lossless Audio Compressor  Win32 Version 4.70.0-beta
Copyright (c) 1998 - 2013 Conifer Software.  All Rights Reserved.

Usage:   WAVPACK [-options] infile[.wav]|infile.wv|- [outfile[.wv]|outpath|-]
             (default is lossless; infile may contain wildcards: ?,*)

Options: -bn = enable hybrid compression, n = 2.0 to 23.9 bits/sample, or
                                           n = 24-9600 kbits/second (kbps)
          -c  = create correction file (.wvc) for hybrid mode (=lossless)
          -f  = fast mode (fast, but some compromise in compression ratio)
          -h  = high quality (better compression ratio, but slower)
          -v  = verify output file integrity after write (no pipes)
          -x  = extra encode processing (no decoding speed penalty)
          --help = complete help

Web:     Visit www.wavpack.com for latest version and info

 

E:\foobar2000\wavpack-4.70.0-beta-x86>wavpack --help

WAVPACK  Hybrid Lossless Audio Compressor  Win32 Version 4.70.0-beta
Copyright (c) 1998 - 2013 Conifer Software.  All Rights Reserved.

Usage:
    WAVPACK [-options] infile[.wav]|infile.wv|- [outfile[.wv]|outpath|-]

    The default operation is lossless. Wildcard characters (*,?) may be included
    in the input file and they may be either WAV or WAVPACK (.wv) files (or raw
    PCM if --raw-pcm is included). When transcoding, all tags are copied.

Options:
    -a                      Adobe Audition (CoolEdit) mode for 32-bit floats
    --allow-huge-tags       allow tag data up to 16 MB (embedding > 1 MB is not
                             recommended for portable devices and may not work
                             with some programs including WavPack pre-4.70)
    -bn                     enable hybrid compression
                              n = 2.0 to 23.9 bits/sample, or
                              n = 24-9600 kbits/second (kbps)
                              add -c to create correction file (.wvc)
    --blocksize=n           specify block size in samples (max = 131072 and
                               min = 16 with --merge-blocks, otherwise 128)
    -c                      hybrid lossless mode (use with -b to create
                             correction file (.wvc) in hybrid mode)
    -cc                     maximum hybrid lossless compression (but degrades
                             decode speed and may result in lower quality)
    --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!)
    -e                      create self-extracting executable with .exe
                             extension, requires wvself.exe in path
    -f                      fast mode (faster encode and decode, 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 portable hardware use)
    --help                  this extended help display
    -i                      ignore length in wav header (no pipe output allowed)
    -jn                     joint-stereo override (0 = left/right, 1 = mid/side)
    -l                      run at lower priority for smoother multitasking
    -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
                             (for hybrid mode 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.
    --optimize-mono         optimization for stereo files that are really mono
                             (result may be incompatible with older decoders)
    -p                      practical float storage (also affects 32-bit
                             integers, no longer technically lossless)
    --pair-unassigned-chans encode unassigned channels into stereo pairs
    -q                      quiet (keep console output to a minimum)
    -r                      generate a new RIFF wav header (removes any
                             extra chunk info from existing header)
    --raw-pcm               input data is raw pcm (44100 Hz, 16-bit, 2-ch)
    --raw-pcm=sr,bps,ch     input data is raw pcm with specified sample rate,
                             sample bit depth, and number of channels
                             (specify 32f for 32-bit floating point data)
    -sn                     override default 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)
    -v                      verify output file integrity after write (no pipes)
    -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!)
    -z                      don't set console title to indicate progress

Web:
     Visit www.wavpack.com for latest version and complete information

 

ん~

基本は変わってないみたい

バグフィックスされた、最終ブロックのフェイル、って、出会ったことない、と、思う・・・w

 

ARM のバグ対応・・・

時代の風感じるわ!

その言い方がもうすでに古くさ(ry

0 件のコメント: