Closed lukasf closed 2 years ago
It tested with some of my files and it works fine. I don't have any advanced ASS/SSA files though
During my testing on the WinRT branch, I again noticed the problem that our subtitle fonts get very big on low resolution files. That is because we currently set the font size in pixel unit. I changed this to percentage unit and now our font sizes are very close to other major players, regardless of the video resolution.
All these changes are on the WinRT branch already.
The mplayerhq sample library has some good samples with styles and embedded fonts, by the way:
D'oh I forgot to merge this. It was supposed to go into 1.0.1 before C++/WinRT merge...
Isn't this included in the cppwinrt branch anyway?
Yes it is included. I just intended this to be released before winrt merge. But no big deal...
Closing since this was already contained in WinRT PR.
I don't know how long this is broken, but FFmpeg does not return standard ass/ssa format lines anymore. Will need to test on more files, but this seems to fix it.