mpv/DOCS/man/en
wm4 24bfa82a91 sub: reimplement -spugauss as --sub-gauss
Apparently the -spugauss option was popular. The code originally
implementing this is gone (scaler stuff in spudec.c). Reimplement it
using libswscale to scale and blur image subtitles if the --sub-gauss
option is set.

The code does some rather lazy padding to allow the blur to spread
pixels past the original image bounding box. (This problem exists with
normal bilinear scaling too, but is barely noticable.)

Technically, this doesn't just blur subtitles, but anything RGBA (or
indexed) that enters the OSD rendering path. But only image subtitles
produce these OSD formats currently, so no explicit check is done to
prevent blurring in other cases.
2012-11-25 23:40:07 +01:00
..
af.rst manpage: various fixes 2012-11-16 21:21:14 +01:00
ao.rst manpage: cleanup 2012-10-24 21:56:35 +02:00
changes.rst sub: reimplement -spugauss as --sub-gauss 2012-11-25 23:40:07 +01:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst command: export A/V sync difference as "avsync" property 2012-11-16 21:21:16 +01:00
mpv.rst manpage: minor fixes 2012-11-20 18:00:15 +01:00
options.rst sub: reimplement -spugauss as --sub-gauss 2012-11-25 23:40:07 +01:00
vf.rst manpage: remove --zoom remains 2012-11-24 21:18:50 +01:00
vo.rst vo_opengl: remove osdcolor suboption 2012-11-16 21:21:14 +01:00