mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 03:37:27 +00:00
Change default OSD/subtitle font sizes.
This was discussed on -dev-eng and IRC. The consensus seems to be that 3-4% of the diagonal is a good default, and most people use something along these lines. The subtitle font size is set to 3.5% and the OSD is kept a little bigger with 4%. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28900 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
15b605c690
commit
708819105f
@ -56,8 +56,8 @@
|
||||
#endif
|
||||
|
||||
char *subtitle_font_encoding = NULL;
|
||||
float text_font_scale_factor = 5.0;
|
||||
float osd_font_scale_factor = 6.0;
|
||||
float text_font_scale_factor = 3.5;
|
||||
float osd_font_scale_factor = 4.0;
|
||||
float subtitle_font_radius = 2.0;
|
||||
float subtitle_font_thickness = 2.0;
|
||||
// 0 = no autoscale
|
||||
|
Loading…
Reference in New Issue
Block a user