Is there a way of enabling default attachment of fonts into every mkv muxing?
I want it to automatically add specific font files as attachment in every muxing job.
How can I achieve this?
Is there a way of enabling default attachment of fonts into every mkv muxing?
I want it to automatically add specific font files as attachment in every muxing job.
How can I achieve this?
Welcome!
There isn’t a trivial way to do this, but you can add arbitrary command-line options by default (it’s in the preferences → Multiplexer → Default values → Default additional command line options…). For example, you could add something like --attach-file /home/guilty57/fonts/myfont.otf there and it’ll add those options to each multiplex job created. You won’t see the attachments on the “Attachments” tab that way, though.
Thank you I’ve figured it out last night.
Added this line:
–attachment-mime-type font/ttf --attach-file /Download/Helvetica_Neue_Medium.ttf