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

Add mkvfontvalidator #49

Open
moi15moi opened this issue Jun 5, 2024 · 0 comments
Open

Add mkvfontvalidator #49

moi15moi opened this issue Jun 5, 2024 · 0 comments

Comments

@moi15moi
Copy link
Owner

moi15moi commented Jun 5, 2024

mkvfontvalidator would be a new command to verify if all the font files are muxed to the mkv.

It will automatically detect the muxed fonts and ass file by using the codec id.
To be compatible with mpv, we will use the same codec id as them. Codec id for ass file and codec id for font file.

Finally, mkvfontvalidator should have at least these options

  -mkv MKV
                        The video file to be verified. Must be a Matroska file.
  -mkvpropedit MKVPROPEDIT
                        Path to mkvpropedit.exe if not in variable environments. If -mkv is not specified, it will do
                        nothing.
  --need-draw-fonts
                        If specified, FontCollector will report a error if a font used in a draw isn't muxed to the mkv. For more detail when this
                        is usefull, see: https://github.com/libass/libass/issues/617
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

1 participant