mirror of https://github.com/mpv-player/mpv
manpage: --sub-codepage cannot do muxed subs
mpv actually used to be able to, from what I remember, but this was changed for simplicity and because of problems with FFmpeg.
This commit is contained in:
parent
b86bfc907f
commit
77a74d9eb5
|
@ -2321,6 +2321,11 @@ Subtitles
|
|||
This option changed in mpv 0.23.0. Support for the old syntax was fully
|
||||
removed in mpv 0.24.0.
|
||||
|
||||
.. note::
|
||||
|
||||
This works for text subtitle files only. Other types of subtitles (in
|
||||
particular subtitles in mkv files) are always assumed to be UTF-8.
|
||||
|
||||
|
||||
``--sub-fix-timing=<yes|no>``
|
||||
Adjust subtitle timing is to remove minor gaps or overlaps between
|
||||
|
|
Loading…
Reference in New Issue