Ignore:
Timestamp:
12/19/06 21:39:02 (17 years ago)
Author:
zorg
Message:

mppenc mutated into mpcenc, part 1

File:
1 moved

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/mpcenc/mpcenc.c

    r164 r165  
    2424#include <errno.h>
    2525
    26 #include "mppenc.h"
     26#include "mpcenc.h"
    2727#include <mpc/mpcmath.h>
    2828
     
    143143             "\n"
    144144             "\033[1m\rUsage:\033[0m\n"
    145              "  mppenc [--options] <Input_File>\n"
    146              "  mppenc [--options] <Input_File> <Output_File>\n"
    147              "  mppenc [--options] <List_of_Input_Files> <Output_File>        (not yet supp.)\n"
    148              "  mppenc [--options] <List_of_Input_Files> <Output_Directory>   (not yet supp.)\n"
     145             "  mpcenc [--options] <Input_File>\n"
     146             "  mpcenc [--options] <Input_File> <Output_File>\n"
     147             "  mpcenc [--options] <List_of_Input_Files> <Output_File>        (not yet supp.)\n"
     148             "  mpcenc [--options] <List_of_Input_Files> <Output_Directory>   (not yet supp.)\n"
    149149             "\n" );
    150150
     
    303303    stderr_printf (
    304304             "\033[1m\rExamples:\033[0m\n"
    305              "  mppenc inputfile.wav\n"
    306              "  mppenc inputfile.wav outputfile.mpc\n"
    307              "  mppenc --radio inputfile.wav outputfile.mpc\n"
    308              "  mppenc --silent --radio --pns 0.25 inputfile.wav outputfile.mpc\n"
    309              "  mppenc --nmt 12 --tmn 28 inputfile.wav outputfile.mpc\n"
     305             "  mpcenc inputfile.wav\n"
     306             "  mpcenc inputfile.wav outputfile.mpc\n"
     307             "  mpcenc --radio inputfile.wav outputfile.mpc\n"
     308             "  mpcenc --silent --radio --pns 0.25 inputfile.wav outputfile.mpc\n"
     309             "  mpcenc --nmt 12 --tmn 28 inputfile.wav outputfile.mpc\n"
    310310             "\n"
    311311             "For further information see the file 'MANUAL.TXT'.\n" );
     
    319319             "\n"
    320320             "\033[1m\rUsage:\033[0m\n"
    321              "  mppenc [--options] <Input_File>\n"
    322              "  mppenc [--options] <Input_File> <Output_File>\n"
     321             "  mpcenc [--options] <Input_File>\n"
     322             "  mpcenc [--options] <Input_File> <Output_File>\n"
    323323             "\n"
    324324
     
    339339
    340340             "\033[1m\rExamples:\033[0m\n"
    341              "  mppenc inputfile.wav\n"
    342              "  mppenc inputfile.wav outputfile.mpc\n"
    343              "  mppenc --extreme inputfile.wav outputfile.mpc\n"
    344              "  mppenc --silent --radio inputfile.wav outputfile.mpc\n"
     341             "  mpcenc inputfile.wav\n"
     342             "  mpcenc inputfile.wav outputfile.mpc\n"
     343             "  mpcenc --extreme inputfile.wav outputfile.mpc\n"
     344             "  mpcenc --silent --radio inputfile.wav outputfile.mpc\n"
    345345             "\n"
    346346             "For further information see the file 'MANUAL.TXT' or use option --longhelp.\n" );
     
    14961496                                        char c;
    14971497                                        fclose ( OutputFile );
    1498                                         stderr_printf ( "\nmppenc: Output file '%s' already exists, overwrite (Y/n)? ", OutputName );
     1498                                        stderr_printf ( "\nmpcenc: Output file '%s' already exists, overwrite (Y/n)? ", OutputName );
    14991499                                        c = waitkey ();
    15001500                                        if ( c != 'Y'  &&  c != 'y' ) {
     
    18221822}
    18231823
    1824 /* end of mppenc.c */
     1824/* end of mpcenc.c */
Note: See TracChangeset for help on using the changeset viewer.