summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-19 18:04:45 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-25 17:00:20 +0900
commitc6d54cccb53767e4077ae53c7f171aecd8368f92 (patch)
tree0cdaf2ae8bc8b4e2573fe7cb001f0b905950b3cd
parent081368dabf70b7cf751a8e4058f68e9c03935b6d (diff)
downloadmpv-c6d54cccb53767e4077ae53c7f171aecd8368f92.tar.bz2
mpv-c6d54cccb53767e4077ae53c7f171aecd8368f92.tar.xz
player: mention mpv encoding support for transcoding in desync. warning
-rw-r--r--player/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/video.c b/player/video.c
index 7e3a067085..c8d8e2af85 100644
--- a/player/video.c
+++ b/player/video.c
@@ -66,7 +66,7 @@ static const char av_desync_help_text[] =
"This means either the audio or the video is played too slowly.\n"
"Possible reasons, problems, workarounds:\n"
"- Your system is simply too slow for this file.\n"
-" Transcode it to a lower bitrate file with tools like HandBrake.\n"
+" Transcode it to a lower bitrate file with e.g. mpv encoding support.\n"
"- Slow video output.\n"
" Try a different --vo driver (--vo=help for a list). Make sure framedrop\n"
" is not disabled, or experiment with different values for --framedrop.\n"