summaryrefslogtreecommitdiffstats
path: root/help_mp-en.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-03 21:11:44 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-03 21:11:44 +0000
commit5bff3666185989354f41de02f2b001fd38bb93b1 (patch)
treec62e19ce10ac1ae5f81af08041515505fedde49d /help_mp-en.h
parent88359a6944c8e7ac7f1db33b6b104dc51a191dfd (diff)
downloadmpv-5bff3666185989354f41de02f2b001fd38bb93b1.tar.bz2
mpv-5bff3666185989354f41de02f2b001fd38bb93b1.tar.xz
extedned TOO SLOW description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3295 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp-en.h')
-rw-r--r--help_mp-en.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/help_mp-en.h b/help_mp-en.h
index 577123a85a..66d3bb28be 100644
--- a/help_mp-en.h
+++ b/help_mp-en.h
@@ -100,9 +100,19 @@ static char help_text[]=
#define MSGTR_CannotInitVO "FATAL: Cannot initialize video driver!\n"
#define MSGTR_CannotInitAO "couldn't open/init audio device -> NOSOUND\n"
#define MSGTR_StartPlaying "Start playing...\n"
-#define MSGTR_SystemTooSlow "\n************************************************************************"\
- "\n** Your system is too SLOW to play this! try with -framedrop or RTFM! **"\
- "\n************************************************************************\n"
+
+#define MSGTR_SystemTooSlow "\n\n"\
+" ************************************************\n"\
+" **** Your system is too SLOW to play this! ****\n"\
+" ************************************************\n"\
+"!!! Possible reasons, problems, workaround: \n"\
+"- Most common: broken/buggy _audio_ driver. workaround: try -ao sdl or use\n"\
+" ALSA 0.5 or oss emulation of ALSA 0.9. read DOCS/sound.html for more tipps!\n"\
+"- Slow video output. try different -vo driver (for list: -vo help) or try\n"\
+" with -framedrop ! Read DOCS/video.html for video tuning/speedup tipps.\n"\
+"- Slow cpu. don't try to playback big dvd/divx on slow cpu! try -hardframedrop\n"\
+"- Broken file. try various combinations of these: -nobps -ni -mc 0 -forceidx\n"\
+"If none of these apply, then read DOCS/bugreports.html !\n\n"
#define MSGTR_NoGui "MPlayer was compiled WITHOUT GUI support!\n"
#define MSGTR_GuiNeedsX "MPlayer GUI requires X11!\n"