diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-17 22:23:37 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-17 22:23:37 +0000 |
commit | 0390d8781162953bf7ea1e5e8b752414a9d13164 (patch) | |
tree | 52b0e72947ed6f5e5afd4e64e0a9914014cf010c /DOCS | |
parent | 19940136bb210423f3b7e4b856058342951cc32e (diff) | |
download | mpv-0390d8781162953bf7ea1e5e8b752414a9d13164.tar.bz2 mpv-0390d8781162953bf7ea1e5e8b752414a9d13164.tar.xz |
Add a note and a workaround about broken hardware players and how they
choke on Unix line endings in SRT subtitle files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16791 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index b8326dcfa9..6fc863c403 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1467,6 +1467,13 @@ Creates a dumpsub.smi file in the current directory. Convert the given subtitle (specified with the \-sub option) to the time-based SubViewer (SRT) subtitle format. Creates a dumpsub.srt file in the current directory. +.br +.I NOTE: +Some broken hardware players choke on SRT subtitle files with Unix +line endings. +If you are unlucky enough to have such a box, pass your subtitle +files through unix2dos or a similar program to replace Unix line +endings with DOS/Windows line endings. . .TP .B \-dumpsub (MPlayer only) (BETA CODE) |