diff options
author | wm4 <wm4@nowhere> | 2013-06-24 23:06:34 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-06-25 00:11:57 +0200 |
commit | f48829b546095bd33e243332c965ab58d6481160 (patch) | |
tree | cb49baed797bfef8aa173a776f0175971c59caf0 /DOCS | |
parent | 709389ce653d5ab11abf8de067cfb5932e642898 (diff) | |
download | mpv-f48829b546095bd33e243332c965ab58d6481160.tar.bz2 mpv-f48829b546095bd33e243332c965ab58d6481160.tar.xz |
sub: libguess support for -subcp
Actually this is rather disappointing.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/options.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index aae283d213..956758ef7d 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -2044,6 +2044,15 @@ - ``--subcp=enca:pl`` guess the encoding for Polish, fall back on UTF-8. - ``--subcp=enca`` try universal detection, fall back on UTF-8. + If the player was compiled with libguess support you can use it with: + + ``--subcp=guess:<language>:<fallback codepage>`` + + Note that libguess always needs a language. There is no universal detection + mode. Use ``--subcp=guess:help`` to get a list of languages (like with ENCA, + it will be printed only if the conversion code is somehow called, for + example when loading an external subtitle). + --sub-delay=<sec> Delays subtitles by <sec> seconds. Can be negative. |