Changeset 348


Ignore:
Timestamp:
09/23/07 18:38:24 (17 years ago)
Author:
r2d
Message:

changed help according to 1.16 version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcenc/mpcenc.c

    r333 r348  
    147147             "  mpcenc [--options] <Input_File>\n"
    148148             "  mpcenc [--options] <Input_File> <Output_File>\n"
    149              "  mpcenc [--options] <List_of_Input_Files> <Output_File>        (not yet supp.)\n"
    150              "  mpcenc [--options] <List_of_Input_Files> <Output_Directory>   (not yet supp.)\n"
    151149             "\n" );
    152150
     
    178176    stderr_printf (
    179177             "\033[1m\rProfiles and Quality Scale:\033[0m\n"
    180              "\n"
    181178             "  Option of using a profile (--radio) or mapped quality scale (--quality 4.0).\n"
    182179             "  In addition, quality scale is effective centesimally. (i.e. --quality 4.25)\n"
     
    188185             "  --thumb          (--quality 3.00)   low/medium quality    (~  90 kbps)\n"
    189186             "  --radio          (--quality 4.00)   medium quality        (~ 130 kbps)\n"
    190              "  --standard       (--quality 5.00)   high quality, (dflt)  (~ 180 kbps)\n"
     187             "  --standard       (--quality 5.00)   high quality  (dflt)  (~ 180 kbps)\n"
    191188             "   (or --normal)\n"
    192189             "  --extreme        (--quality 6.00)   excellent quality     (~ 210 kbps)\n"
     
    254251    stderr_printf (
    255252             "  --scale x,y      scale input signal, separate for each channel\n" );
     253        stderr_printf (
     254             "\n" );
    256255
    257256    stderr_printf (
     
    290289                        "  --tmpMask x      exploit postmasking: 0: off, 1: on (dflt: %i)\n",         m->tmpMask_used );
    291290    stderr_printf (
    292              "==Stuff settings==========\n" );
     291             "==Other settings==========\n" );
    293292    stderr_printf (
    294293             "  --ms x           Mid/Side Stereo, 0: off, 1: reduced, 2: on, 3: decoupled,\n"
     
    315314             "  mpcenc --silent --radio --pns 0.25 inputfile.wav outputfile.mpc\n"
    316315             "  mpcenc --nmt 12 --tmn 28 inputfile.wav outputfile.mpc\n"
    317              "\n"
    318              "For further information see the file 'MANUAL.TXT'.\n" );
     316             "\n");
    319317}
    320318
     
    341339             "  --thumb          (--quality 3.00)   low/medium quality    (~  90 kbps)\n"
    342340             "  --radio          (--quality 4.00)   medium quality        (~ 130 kbps)\n"
    343              "  --standard       (--quality 5.00)   high quality, (dflt)  (~ 180 kbps)\n"
     341             "  --standard       (--quality 5.00)   high quality  (dflt)  (~ 180 kbps)\n"
    344342             "  --extreme        (--quality 6.00)   excellent quality     (~ 210 kbps)\n"
     343             "  --insane         (--quality 7.00)   excellent quality     (~ 240 kbps)\n"
    345344             "\n"
    346345
     
    348347             "  mpcenc inputfile.wav\n"
    349348             "  mpcenc inputfile.wav outputfile.mpc\n"
    350              "  mpcenc --extreme inputfile.wav outputfile.mpc\n"
     349             "  mpcenc --insane inputfile.wav outputfile.mpc\n"
    351350             "  mpcenc --silent --radio inputfile.wav outputfile.mpc\n"
    352351             "\n"
    353              "For further information see the file 'MANUAL.TXT' or use option --longhelp.\n" );
     352             "For further information use the --longhelp option.\n" );
    354353}
    355354
Note: See TracChangeset for help on using the changeset viewer.