1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 03:51:48 +00:00
mpv/DOCS/man/en
wm4 d5520d20b2 sub: use libass even if -no-ass is used
The -no-ass option used to disable all use of libass completely. This
doesn't work this way anymore, and the text subtitle path has an
inherent dependency on libass. Currently -no-ass does 3 things:

1. Strip tags and formatting on display, and use a separate renderer for
   the result. (Which might be the terminal, or libass via OSD code.)
2. Not loading attached fonts from Matroska files.
3. Use subreader.c instead of libass for reading .ass files.

1. and 2. are ok and what the user (probably wants), but 3. doesn't
really make sense anymore. subreader.c reads .ass files just fine, but
then does some strange things to them (something about coalescing and
re-adding newlines?), leading to even more broken display with -no-ass.
Instead of fighting with subreader.c, just use libass as loader.
2013-06-03 22:40:07 +02:00
..
af.rst af_lavfi: add libavfilter bridge 2013-05-23 17:44:06 +02:00
ao.rst vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver 2012-12-28 08:40:28 +01:00
changes.rst core: re-add -dumpstream as --stream-dump 2013-05-12 21:57:02 +02:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst m_option, vf: add label support 2013-05-23 01:02:24 +02:00
mpv.rst core: add playback resume feature (manual/opt-in) 2013-05-05 20:08:11 +02:00
options.rst sub: use libass even if -no-ass is used 2013-06-03 22:40:07 +02:00
vf.rst manpage: mark some filters as deprecated in favor of libavfilter 2013-05-26 17:31:21 +02:00
vo.rst manpage: fix typo 2013-05-27 23:41:37 +02:00