Code:
--------------------
      -m, --mid-side                     Try mid-side coding for each frame
  (stereo only)
  -M, --adaptive-mid-side            Adaptive mid-side coding for all frames
  (stereo only)
  -e, --exhaustive-model-search      Do exhaustive model search (expensive!)
  -A, --apodization="function"       Window audio data with given the function.
  The functions are: bartlett, bartlett_hann,
  
  blackman, blackman_harris_4term_92db,
  connes, flattop, gauss(STDDEV), hamming,
  hann, kaiser_bessel, nuttall, rectangle,
  triangle, tukey(P), welch.  More than one
  may be specified but encoding time is a
  multiple of the number of functions since
  they are each tried in turn.  The encoder
  chooses suitable defaults in the absence
  of any -A options.
  -l, --max-lpc-order=#              Max LPC order; 0 => only fixed predictors.
  Must be <= 12 for Subset streams if sample
  rate is <=48kHz.
  -p, --qlp-coeff-precision-search   Do exhaustive search of LP coefficient
  quantization (expensive!); overrides -q;
  does nothing if using -l 0
  -q, --qlp-coeff-precision=#        Specify precision in bits of quantized
  linear-predictor coefficients; 0 => let
  encoder decide (the minimun is 5, the
  default is -q 0)
  -r, --rice-partition-order=[#,]#   Set [min,]max residual partition order
  (# is 0..16; min defaults to 0; the
  default is -r 0; above 4 doesn't usually
  help much)
  format options:
  --endian={big|little}    Set byte order for samples
  --channels=#             Number of channels
  --bps=#                  Number of bits per sample
  --sample-rate=#          Sample rate in Hz
  --sign={signed|unsigned} Sign of samples (the default is signed)
  --input-size=#           Size of the raw input in bytes.  If you are
  encoding raw samples from stdin, you must set
  this option in order to be able to use --skip,
  --until, --cue-sheet, or other options that need
  to know the size of the input beforehand.  If
  the size given is greater than what is found in
  the input stream, the encoder will complain
  about an unexpected end-of-file.  If the size
  given is less, samples will be truncated.
  --force-aiff-format      Force the decoder to output AIFF format.  This
  option is not needed if the output filename (as
  set by -o) ends with .aif or .aiff; this option
  has no effect when encoding since input AIFF is
  auto-detected.
  --force-raw-format       Force input (when encoding) or output (when
  decoding) to be treated as raw samples
  negative options:
  --no-adaptive-mid-side
  --no-decode-through-errors
  --no-delete-input-file
  --no-keep-foreign-metadata
  --no-exhaustive-model-search
  --no-lax
  --no-mid-side
  --no-ogg
  --no-padding
  --no-qlp-coeff-prec-search
  --no-residual-gnuplot
  --no-residual-text
  --no-sector-align
  --no-seektable
  --no-silent
  --no-force
  --no-verify
  --no-warnings-as-errors
--------------------


-- 
MrSinatra

www.lion-radio.org
using:
sb2 & sbc (my home) / sbr (parent's home) - sbs 7.5b - win xp pro sp3
ie8 - p4(ht) 3.2ghz / 2gig ram - 1tb wd usb2 raid1 - d-link dir-655 -
35k mp3
------------------------------------------------------------------------
MrSinatra's Profile: http://forums.slimdevices.com/member.php?userid=2336
View this thread: http://forums.slimdevices.com/showthread.php?t=51253

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to