Question about subtitles #338
Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
too large or too small? no scale in my code. but i see mpv scales the value by |
Beta Was this translation helpful? Give feedback.
-
|
Scaling subtitles with MDK is smaller than MPV, probably because you don't use the same frame size for subtitles i guess I got it working with mpv, i can scale with device's screen density, because i already know subtitles frame height is 720 To get correct scaling i might need to know what did you set for ass PlayResY (surface size, video size or hardcoded size ?) |
Beta Was this translation helpful? Give feedback.
-
|
try this https://github.com/wang-bin/mdk-sdk/actions/runs/20518003350 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
How is subtitle font size scaled?
Example: subtitle.font.size = 20, It does not look like it is real pixels
Do you use a fixed viewport, video size, or surface size to scale
subtitle.font.sizeBeta Was this translation helpful? Give feedback.
All reactions