Changeset 348
- Timestamp:
- 09/23/07 18:38:24 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/mpcenc/mpcenc.c
r333 r348 147 147 " mpcenc [--options] <Input_File>\n" 148 148 " 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"151 149 "\n" ); 152 150 … … 178 176 stderr_printf ( 179 177 "\033[1m\rProfiles and Quality Scale:\033[0m\n" 180 "\n"181 178 " Option of using a profile (--radio) or mapped quality scale (--quality 4.0).\n" 182 179 " In addition, quality scale is effective centesimally. (i.e. --quality 4.25)\n" … … 188 185 " --thumb (--quality 3.00) low/medium quality (~ 90 kbps)\n" 189 186 " --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" 191 188 " (or --normal)\n" 192 189 " --extreme (--quality 6.00) excellent quality (~ 210 kbps)\n" … … 254 251 stderr_printf ( 255 252 " --scale x,y scale input signal, separate for each channel\n" ); 253 stderr_printf ( 254 "\n" ); 256 255 257 256 stderr_printf ( … … 290 289 " --tmpMask x exploit postmasking: 0: off, 1: on (dflt: %i)\n", m->tmpMask_used ); 291 290 stderr_printf ( 292 "== Stuffsettings==========\n" );291 "==Other settings==========\n" ); 293 292 stderr_printf ( 294 293 " --ms x Mid/Side Stereo, 0: off, 1: reduced, 2: on, 3: decoupled,\n" … … 315 314 " mpcenc --silent --radio --pns 0.25 inputfile.wav outputfile.mpc\n" 316 315 " mpcenc --nmt 12 --tmn 28 inputfile.wav outputfile.mpc\n" 317 "\n" 318 "For further information see the file 'MANUAL.TXT'.\n" ); 316 "\n"); 319 317 } 320 318 … … 341 339 " --thumb (--quality 3.00) low/medium quality (~ 90 kbps)\n" 342 340 " --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" 344 342 " --extreme (--quality 6.00) excellent quality (~ 210 kbps)\n" 343 " --insane (--quality 7.00) excellent quality (~ 240 kbps)\n" 345 344 "\n" 346 345 … … 348 347 " mpcenc inputfile.wav\n" 349 348 " mpcenc inputfile.wav outputfile.mpc\n" 350 " mpcenc -- extreme inputfile.wav outputfile.mpc\n"349 " mpcenc --insane inputfile.wav outputfile.mpc\n" 351 350 " mpcenc --silent --radio inputfile.wav outputfile.mpc\n" 352 351 "\n" 353 "For further information see the file 'MANUAL.TXT' or use option --longhelp.\n" );352 "For further information use the --longhelp option.\n" ); 354 353 } 355 354
Note: See TracChangeset
for help on using the changeset viewer.