[Scummvm-cvs-logs] CVS: tools compress_san.cpp,1.41,1.42 compress_scumm_bun.cpp,1.26,1.27
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Thu Jun 9 05:46:46 CEST 2005
- Previous message: [Scummvm-cvs-logs] CVS: tools Makefile,1.52,1.53 compress.c,1.7,1.8 compress.h,1.2,1.3 compress_saga.c,1.4,1.5 compress_san.cpp,1.40,1.41 compress_scumm_bun.cpp,1.25,1.26 compress_scumm_sou.c,1.5,1.6 compress_simon.c,1.5,1.6 compress_sword1.c,1.5,1.6 compress_sword2.c,1.4,1.5
- Next message: [Scummvm-cvs-logs] CVS: web/screenshots scummvm_41.png,1.1,1.2 scummvm_40.txt,1.1,1.2 scummvm_39.png,1.1,1.2 scummvm_39.txt,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11744
Modified Files:
compress_san.cpp compress_scumm_bun.cpp
Log Message:
Forgot to add MP3/Vorbis params to showhelp()
Index: compress_san.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_san.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- compress_san.cpp 9 Jun 2005 12:38:44 -0000 1.41
+++ compress_san.cpp 9 Jun 2005 12:43:21 -0000 1.42
@@ -45,6 +45,21 @@
void showhelp(char *exename) {
printf("\nUsage: %s <inputfile> <inputdir> <outputdir> [--ogg] [encoder params]\n", exename);
+ printf("\nMP3 mode params:\n");
+ printf(" -b <rate> <rate> is the target bitrate(ABR)/minimal bitrate(VBR) (default:%d)\n", minBitrDef);
+ printf(" -B <rate> <rate> is the maximum VBR/ABR bitrate (default:%d)\n", maxBitrDef);
+ printf(" --vbr LAME uses the VBR mode (default)\n");
+ printf(" --abr LAME uses the ABR mode\n");
+ printf(" -V <value> specifies the value (0 - 9) of VBR quality (0=best) (default:%d)\n", vbrqualDef);
+ printf(" -q <value> specifies the MPEG algorithm quality (0-9; 0=best) (default:%d)\n", algqualDef);
+ printf(" --silent the output of LAME is hidden (default:disabled)\n");
+
+ printf("\nVorbis mode params:\n");
+ printf(" -b <rate> <rate> is the nominal bitrate (default:unset)\n");
+ printf(" -m <rate> <rate> is the minimum bitrate (default:unset)\n");
+ printf(" -M <rate> <rate> is the maximum bitrate (default:unset)\n");
+ printf(" -q <value> specifies the value (0 - 10) of VBR quality (10=best) (default:%d)\n", oggqualDef);
+ printf(" --silent the output of oggenc is hidden (default:disabled)\n");
exit(2);
}
Index: compress_scumm_bun.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/compress_scumm_bun.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- compress_scumm_bun.cpp 9 Jun 2005 12:38:44 -0000 1.26
+++ compress_scumm_bun.cpp 9 Jun 2005 12:43:21 -0000 1.27
@@ -656,6 +656,21 @@
void showhelp(char *exename) {
printf("\nUsage: %s <inputfile> <inputdir> <outputdir> [--ogg] [encoder params]\n", exename);
+ printf("\nMP3 mode params:\n");
+ printf(" -b <rate> <rate> is the target bitrate(ABR)/minimal bitrate(VBR) (default:%d)\n", minBitrDef);
+ printf(" -B <rate> <rate> is the maximum VBR/ABR bitrate (default:%d)\n", maxBitrDef);
+ printf(" --vbr LAME uses the VBR mode (default)\n");
+ printf(" --abr LAME uses the ABR mode\n");
+ printf(" -V <value> specifies the value (0 - 9) of VBR quality (0=best) (default:%d)\n", vbrqualDef);
+ printf(" -q <value> specifies the MPEG algorithm quality (0-9; 0=best) (default:%d)\n", algqualDef);
+ printf(" --silent the output of LAME is hidden (default:disabled)\n");
+
+ printf("\nVorbis mode params:\n");
+ printf(" -b <rate> <rate> is the nominal bitrate (default:unset)\n");
+ printf(" -m <rate> <rate> is the minimum bitrate (default:unset)\n");
+ printf(" -M <rate> <rate> is the maximum bitrate (default:unset)\n");
+ printf(" -q <value> specifies the value (0 - 10) of VBR quality (10=best) (default:%d)\n", oggqualDef);
+ printf(" --silent the output of oggenc is hidden (default:disabled)\n");
exit(2);
}
- Previous message: [Scummvm-cvs-logs] CVS: tools Makefile,1.52,1.53 compress.c,1.7,1.8 compress.h,1.2,1.3 compress_saga.c,1.4,1.5 compress_san.cpp,1.40,1.41 compress_scumm_bun.cpp,1.25,1.26 compress_scumm_sou.c,1.5,1.6 compress_simon.c,1.5,1.6 compress_sword1.c,1.5,1.6 compress_sword2.c,1.4,1.5
- Next message: [Scummvm-cvs-logs] CVS: web/screenshots scummvm_41.png,1.1,1.2 scummvm_40.txt,1.1,1.2 scummvm_39.png,1.1,1.2 scummvm_39.txt,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list