1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-27 17:42:17 +00:00
mpv/DOCS/man/en
wm4 ef3c0e6eda osd: draw the OSD bar with ASS vector drawings
Drawing the bar with vector drawings (instead with characters from the
OSD font) offers more flexibility and looks better. This also adds
chapter marks to the OSD bar, which are visible as small triangles on
the top and bottom inner border of the bar.

Change the default position of the OSD bar below the center of the
screen. This is less annoying than putting the bar directly into the
center of the view, where it obscures the video. The new position is
not quite on the bottom of the screen to avoid collisions with
subtitles.

The old centered position can be forced with ``--osd-bar-align-y=0``.

Also make it possible to change the OSD bar width/height with the new
--osd-bar-w and --osd-bar-h options.

It's possible that the new OSD bar renders much slower than the old
one. There are two reasons for this: 1. the character based bar
allowed libass to cache each character, while the vector drawing forces
it to redraw every time the bar position changes. 2., the bar position
is updated at a much higher granularity (the bar position is passed
along as float instead of as integer in the range 0-100, so the bar
will be updated on every single video frame).
2013-03-30 20:23:45 +01:00
..
af.rst af_lavrresample: add new resampling filter to replace the old ones 2013-03-13 23:51:30 +01: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 options: drop --opt:subopt option names 2013-02-23 00:07:11 +01:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst command: export VO video width/height as properties 2013-03-26 01:29:53 +01:00
mpv.rst input.conf: change default bindings of 5/6 from hue to gamma 2013-03-01 14:56:24 +01:00
options.rst osd: draw the OSD bar with ASS vector drawings 2013-03-30 20:23:45 +01:00
vf.rst vf_yadif: switch to option parser, allow disabling by default 2013-02-23 00:12:45 +01:00
vo.rst gl_video: use choice option type for dither-depth suboption 2013-03-28 21:46:18 +01:00