MPC Encoder Functions

From Hydrogenaudio Knowledgebase
Revision as of 14:11, 19 October 2004 by Mix de Rax (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

usage:

 mppenc [--options] <Input_File>
 mppenc [--options] <Input_File> <Output_File>

Standard options:

 --silent       do not write any message to the console (dflt: off)
 --deleteinput  delete input file after encoding        (dflt: off)
 --overwrite    overwrite existing destination file     (dflt: off)
 --fade sec     fade in and out with 'sec' duration     (dflt: 0.0)

Profile Options (Quality Presets):

 --thumb        low quality/internet, (typ.  58... 86 kbps)
 --radio        medium (MP3) quality, (typ. 112...152 kbps)
 --standard     high quality (dflt),  (typ. 142...184 kbps)
 --xtreme       extreme high quality, (typ. 168...212 kbps)

Examples:

 mppenc inputfile.wav
 mppenc inputfile.wav outputfile.mpc
 mppenc --xtreme inputfile.pac outputfile.mpc
 mppenc --silent --radio inputfile.pac outputfile.mpc