[MPlayer-DOCS] CVS: main/help help_mp-en.h, 1.158, 1.159 help_mp-es.h, 1.48, 1.49

Reynaldo H. Verdejo CVS syncmail at mplayerhq.hu
Tue Feb 22 16:13:30 CET 2005


CVS change done by Reynaldo H. Verdejo CVS

Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv18422/help

Modified Files:
	help_mp-en.h help_mp-es.h 
Log Message:
fix missing check against lame_init_params that was leading to video only files on low (under 32) audio bitrates

Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- help_mp-en.h	12 Feb 2005 16:05:11 -0000	1.158
+++ help_mp-en.h	22 Feb 2005 15:13:28 -0000	1.159
@@ -337,6 +337,9 @@
 "mw-us => 40kbps/mono        voice => 56kbps/mono\n"\
 "fm/radio/tape => 112kbps    hifi => 160kbps\n"\
 "cd => 192kbps               studio => 256kbps"
+#define MSGTR_LameCantInit "can't set Lame options, check bitrate/samplerate,"\
+" some very low bitrates (<32) need lower samplerates (i.e. -srate 8000). "\
+"if everything else fails, try a preset."
 #define MSGTR_ConfigfileError "configfile error"
 #define MSGTR_ErrorParsingCommandLine "error parsing cmdline"
 #define MSGTR_VideoStreamRequired "Video stream is mandatory!\n"

Index: help_mp-es.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-es.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- help_mp-es.h	11 Nov 2004 02:22:16 -0000	1.48
+++ help_mp-es.h	22 Feb 2005 15:13:28 -0000	1.49
@@ -308,6 +308,9 @@
 "mw-us => 40kbps/mono        voice => 56kbps/mono\n"\
 "fm/radio/tape => 112kbps    hifi => 160kbps\n"\
 "cd => 192kbps               studio => 256kbps"
+#define MSGTR_LameCantInit "No se pudo setear las opciones de Lame, revise el"\
+" bitrate/samplerate, algunos bitrates muy bajos (<32) necesitan una tasa de"\
+" muestreo más baja (ej. -srate 8000). Si todo falla, pruebe con un preset."
 #define MSGTR_ConfigfileError "error en archivo de configuración"
 #define MSGTR_ErrorParsingCommandLine "error en parametros de la línea de comando"
 #define MSGTR_VideoStreamRequired "¡El flujo de video es obligatorio!\n"




More information about the MPlayer-DOCS mailing list