Opened 6 years ago
Last modified 9 months ago
#546 new enhancement
Export+font collect to MKS
| Reported by: | nielsm | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | confirmed |
| Cc: | Platform: | All | |
| Sub Component: |
Description
This is maybe a bit far out, but it could possibly be useful.
The idea is to combine an export and font collection operation, and have the result file be an MKS (Matroska Subtitles) file with the fonts added as attachments. The MKS file could then be used as source for the subtitles when muxing a final MKV file, that way adding both subtitles and required fonts in one operation.
Change History (4)
comment:1 Changed 6 years ago by ArchMageZeratuL
- Keywords confirmed added
comment:2 Changed 4 years ago by nielsm
- Milestone set to 2.3.0
- Platform set to All
And importing subtitles from Matroska as per #322.
comment:3 Changed 3 years ago by verm
- Milestone changed from 2.3.0 to 3.1.0
Bump 2.3.0 tickets to milestone:3.1.0 (2.2.0 is becoming 3.0.0)
comment:4 Changed 9 months ago by Plorkyeran
- Milestone 3.1.0 deleted
Note: See
TracTickets for help on using
tickets.

Excellent idea, I don't know why I never thought of that before... Does muxing copy all the files from source, though? I know that old mkvtoolnix didn't do it properly (or at all). Anyway, should be easy to do in a "dumb" way (dump all to a temp folder and call mkvmerge manually).