Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font issue when having ordered chapters/segment linking #549

Open
eXmendiC opened this issue Jul 24, 2020 · 5 comments
Open

Font issue when having ordered chapters/segment linking #549

eXmendiC opened this issue Jul 24, 2020 · 5 comments

Comments

@eXmendiC
Copy link

How MPC-HC looks:
mpc-hc
How mpv looks (which is correct):
mpv

The behavior of the internal MPC-HC subtitle renderer:
Ignores the font (which is only available in the "opening.mkv") and fallbacks to the dialogue font (which is available in the "episode.mkv"). That happens if you start the "episode.mkv". Starting the "opening.mkv" itself works fine and shows the same result as mpv.
So the issue is basically it can't use fonts which are from a segment linked mkv file.

Used version: 1.9.6

@eXmendiC
Copy link
Author

Edit: The same happens when using xysubfilter

@clsid2
Copy link
Owner

clsid2 commented Jul 24, 2020

I am not sure if that is valid according to Matroska specification. It seems more logical that each segment contains all fonts that it needs. That it works in mpv is irrelevant. It might contain a workaround for this "broken" behavior.

The font files are loaded by LAV Splitter. If you completely skip playback of the segment that contains the font, then it never loads the font.

I consider this to be a fault of the creator of those files. If you think it is a bug then you should report it to LAV Filters.

@eXmendiC
Copy link
Author

Well, I don't know if it's in the Matroska specification. However, I noticed that mpv had the same bug in an older build (mpv-player/mpv#6019) and it got fixed. But thanks, something that has to be fixed with LAV Filters then.

@clsid2
Copy link
Owner

clsid2 commented Jan 5, 2022

@eXmendiC
Can you give a link to a file that has this issue? The link in mpv topic is dead.

@eXmendiC
Copy link
Author

eXmendiC commented Jan 9, 2022

mpv-player/mpv#6503
That one here downloads fine for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants