Ticket #148 (new defect)

Opened 2 years ago

Last modified 3 months ago

Better font embedding support

Reported by: astrange Assigned to:
Priority: normal Milestone: Sometime after 1.0
Component: matroska Version:
Severity: normal Keywords:
Cc:

Description

We activate fonts in-memory for the current process if they're embedded in mkv files. However, the usual method for taking screenshots is cmd-C and pasting into Preview, where the fonts haven't been loaded, so it looks different. Also, they aren't preserved across saves to .mov.

No good idea how to fix this.

Change History

09/06/08 00:33:03 changed by astrange

ways to fix this:

1. save all fonts in all ssa headers (this sucks)

2. make another track and put all attachments in it and have a font media handler (needs media handlers)

3. make another track for each attachment and have a font media handler