You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most users dont prefer / dont know how to use mpv commands , it will be handy if users can choose simple subtitle styling from inside the player through a gui rather than command line interface.
The recommended / Most used styling options are
Enabling subtitle styling
This toggles the --sub-ass-override=yes/force (by default it should be yes rather than disabled since having yes will apply important filters such as vsfilter-blur-compat or aspect-compat it it also doesnt break subtitle styling when set to yes )
when turned off it will be --sub-ass-override=yes and if someone wants to apply subtitle styling then --sub-ass-override=force
Subtitle color and size
Sets --sub-color=
there are 2 ways of setting color ,
1st :
using hex color code . ex -
--sub-color='#C0808080' set sub to 50% gray with 75% alpha
'#AARRGGBB' aa for opacity , rr for red gg for green and bb for blue all ranging from 00 to FF.
2nd:
where each color component is specified as number in the range 0.0 to 1.0. It's also possible to specify the transparency by using r/g/b/a, where the alpha value 0 means fully transparent, and 1.0 means opaque. Ex -
--sub-color=1.0/0.0/0.0/0.75 set sub to opaque red with 75% alpha.
Sets --sub-font-size=
Default value is 55 , fractional values excepted.
Subtitle Border Color and size
Sets --sub-border-color=
Similar to --sub-color
Sets --sub-border-size=
Similar to --sub-font-size , default value=3, fractional values accepted.
Subtitle Shadow Color and offset
Sets --sub-shadow-color=
See --sub-color. Color used for sub text shadow.
Sets --sub-shadow-offset=
Similar to --sub-font-size , fractional values accepted,A value of 0 disables shadows.
Font Styling : -
--sub-bold=<yes|no> ;--sub-italic=<yes|no>
Examples
For changing color ARGB slider is recommended .
Example
In this example we cant change border size , shadow color , shadow offset from inside the player which is a downside so I hope u'll add those in AniVu
The text was updated successfully, but these errors were encountered:
Most users dont prefer / dont know how to use mpv commands , it will be handy if users can choose simple subtitle styling from inside the player through a gui rather than command line interface.
The recommended / Most used styling options are
Enabling subtitle styling
Subtitle color and size
Sets --sub-color=
there are 2 ways of setting color ,
1st :
using hex color code . ex -
--sub-color='#C0808080' set sub to 50% gray with 75% alpha
'#AARRGGBB' aa for opacity , rr for red gg for green and bb for blue all ranging from 00 to FF.
2nd:
where each color component is specified as number in the range 0.0 to 1.0. It's also possible to specify the transparency by using r/g/b/a, where the alpha value 0 means fully transparent, and 1.0 means opaque. Ex -
--sub-color=1.0/0.0/0.0/0.75 set sub to opaque red with 75% alpha.
Sets --sub-font-size=
Default value is 55 , fractional values excepted.
Subtitle Border Color and size
Similar to --sub-color
Similar to --sub-font-size , default value=3, fractional values accepted.
Subtitle Shadow Color and offset
See --sub-color. Color used for sub text shadow.
Similar to --sub-font-size , fractional values accepted,A value of 0 disables shadows.
Font Styling : -
Examples
The text was updated successfully, but these errors were encountered: