Changeset 84 for mppenc/branches/zorg/src/mppenc.c
- Timestamp:
- 11/01/06 23:53:33 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/zorg/src/mppenc.c
r83 r84 308 308 " mppenc --silent --radio --pns 0.25 inputfile.wav outputfile.mpc\n" 309 309 " mppenc --nmt 12 --tmn 28 inputfile.wav outputfile.mpc\n" 310 "\n" 311 "For further information see the file 'MANUAL.TXT'.\n" ); 310 "\n"); 312 311 } 313 312 … … 1901 1900 stderr_printf ( "\n" 1902 1901 "\033[1m\rWARNING:\n" 1903 "\033[0m\r There occured %u internal clippings due to a restriction of StreamVersion 7.\n" 1904 " Re-encode with '--scale %.3f', or use option '--xlevel', which normally can\n" 1905 " handle this situation but don't work well with old decoders.\a\n\n", 1902 "\033[0m\r %u internal clippings occured due to a restriction of StreamVersion 7.\n" 1903 " Re-encode with '--scale %.3f', or remove option '--noxlevel'.\a\n\n", 1906 1904 Overflows, ScalingFactorl * 32767. / MaxOverFlow - 0.0005f ); 1907 1905 } … … 1909 1907 stderr_printf ( "\n" 1910 1908 "\033[1m\rWARNING:\n" 1911 "\033[0m\r There still occured %u SCF clippingsdue to a restriction of StreamVersion 7.\n"1909 "\033[0m\r %u internal clippings occured due to a restriction of StreamVersion 7.\n" 1912 1910 " Use the '--scale' method to avoid additional distortions. Note that this\n" 1913 1911 " file already has annoying distortions due to slovenly CD mastering.\a\n\n", Overflows );
Note: See TracChangeset
for help on using the changeset viewer.