mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
28.01k stars 2.88k forks source link

The blur factor applied to the font itself #14391

Closed 1000Fear closed 3 months ago

1000Fear commented 3 months ago

Expected behavior of the wanted feature

In the current version, the only 2 options I found related to font blur is sub-blur and osd-blur, according to reference, they‘re applied to the font border.

When the border is 0, sub-blur and osd-blurare applied to the font itself, that‘s good, they have an Anti-Aliasing effect, I usually set sub-blur=0.4 and osd-blur=0.15, making the font looks softer.

But if the border is not 0, blur will be applied to the border, as described in the reference, and the Anti-Aliasing effect on the font will disappear, font looks terrible to me.

Can these two options be separated? Just like sub-blur sub-border-blur osd-blur osd-border-blur. It's a pity that border and the blurriness of the font itself can’t be obtained simultaneously.

Alternative behavior of the wanted feature

No response

Log File

No response

Sample Files

No response

hooke007 commented 3 months ago

dup and see https://github.com/mpv-player/mpv/issues/10784

1000Fear commented 3 months ago

dup and see #10784 dup 并查看 #10784

@hooke007 Thank you!