mplayer: improve the A/V desync warning

Most of the tips that were given didn't help that much. The message
contained a reference to a dead file.
This commit is contained in:
wm4 2012-07-29 19:04:57 +02:00
parent 3c98615069
commit 3daf32adfd
1 changed files with 19 additions and 18 deletions

View File

@ -206,25 +206,26 @@ static const char help_text[] = _(
#define SystemTooSlow _("\n\n"\ #define SystemTooSlow _("\n\n"\
" ************************************************\n"\ " *************************************************\n"\
" **** Your system is too SLOW to play this! ****\n"\ " **** Audio/Video desynchronisation detected! ****\n"\
" ************************************************\n\n"\ " *************************************************\n\n"\
"This means either the audio or the video is played too slowly.\n"\
"Possible reasons, problems, workarounds:\n"\ "Possible reasons, problems, workarounds:\n"\
"- Most common: broken/buggy _audio_ driver\n"\ "- Your system is simply too slow for this file.\n"\
" - Experiment with different values for -autosync, 30 is a good start.\n"\ " Transcode it to a lower bitrate file with tools like HandBrake.\n"\
"- Slow video output\n"\ "- Broken/buggy _audio_ driver.\n"\
" - Try a different -vo driver (-vo help for a list) or try -framedrop!\n"\ " Experiment with different values for --autosync, 30 is a good start.\n"\
"- Slow CPU\n"\ " If you have PulseAudio, try --ao=alsa .\n"\
" - Don't try to play a big DVD/DivX on a slow CPU! Try some of the lavdopts,\n"\ "- Slow video output.\n"\
" e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.\n"\ " Try a different -vo driver (-vo help for a list) or try -framedrop!\n"\
"- Broken file\n"\ "- Playing a video file with --vo=gl/gl3 with higher FPS than your monitor.\n"\
" - Try various combinations of -nobps -ni -forceidx -mc 0.\n"\ " This is due to vsync limiting the framerate. Try --no-vsync, or a\n"\
"- Slow media (NFS/SMB mounts, DVD, VCD etc)\n"\ " different VO.\n"\
" - Try -cache 8192.\n"\ "- Playing from a slow network source.\n"\
"- Are you using -cache to play a non-interleaved AVI file?\n"\ " Download the file instead.\n"\
" - Try -nocache.\n"\ "- Try to find out whether audio or video is causing this by experimenting\n"\
"Read DOCS/HTML/en/video.html for tuning/speedup tips.\n"\ " with --no-video and --no-sound.\n"\
"If none of this helps you, read DOCS/HTML/en/bugreports.html.\n\n") "If none of this helps you, file a bug report.\n\n")
//**************************************************************************// //**************************************************************************//