summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-22 15:13:28 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-22 15:13:28 +0000
commit451ec22f8f0dd379d433baba645f0d0f0067806a (patch)
treeb75f65d3fb64a18b628a99264fb227e94ef67c9e /help
parentbd108442829df3619aad8ea845bb5788e25730da (diff)
downloadmpv-451ec22f8f0dd379d433baba645f0d0f0067806a.tar.bz2
mpv-451ec22f8f0dd379d433baba645f0d0f0067806a.tar.xz
fix missing check against lame_init_params that was leading to video only files on low (under 32) audio bitrates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14763 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
-rw-r--r--help/help_mp-es.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 9280af5a54..b5a04c8532 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -337,6 +337,9 @@ static char help_text[]=
"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"
diff --git a/help/help_mp-es.h b/help/help_mp-es.h
index a1afde756d..f3684d0218 100644
--- a/help/help_mp-es.h
+++ b/help/help_mp-es.h
@@ -308,6 +308,9 @@ static char help_text[]=
"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"