mpv-player / mpv

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

`blend-subtitles=video` equivalent #11231

Closed kkanungo17 closed 2 months ago

kkanungo17 commented 1 year ago

Is there a way to get --blend-subtitles=video behaviour with gpu-next? Just any way to render subtitles at video resolution would do, I don't use interpolation.

Dudemanguy commented 1 year ago

Is ---no-sub-scale-by-window what you're looking for?

kkanungo17 commented 1 year ago

For ASS subtitles it doesn't really seem to do anything different, even with sub-ass-override=scale/force set.

But even going by the description, the option basically fixes the font size, but that's not what I want. Like blend-subtitles=video I want the subtitles to render at video resolution first, then the whole thing to be scaled afterward.