How do I change the subtitle color of an mkv video on a Mac?
+ Reply to Thread
Results 1 to 5 of 5
-
Start by telling the format of the subtitles and what program is used for playing the video.
-
I'm not a MAC user so I'm afraid the only way I can think of is somewhat cumbersome.
If you don't already have it install MKVToolnix. Assuming your video has a video-, audio- and subtitle track extract the idx/vobsub with
Now it would be easist if you already has an idx file with the colors you want then you could replace the upper part of the extracted idx file:Code:mkvextract tracks color.mkv 2:test.srt
[Attachment 46916 - Click to enlarge]
Else you need to edit the color palette
[Attachment 46917 - Click to enlarge]
This may involve some trial and error. The color palette has 16 entries of which 4 is used in the subtitle: BG Background (often transparent), TXT (which I ussume is the one you want to change), OUT outline often black, ANT antialiasing often grey if used.
[Attachment 46918 - Click to enlarge]
Unfortunately there are no rules for how these colors are mapped to the palette but it is most often the first 4 entries.
If you have access to a Windows PC you could use BDSup2Sub++ to visually edit the colors in the idx/vobsub.
After editing mux the video with the new idx/vobsub using MKVToolnix GUI.
Similar Threads
-
How to change a single subtitle image in a PGS subtitle file??
By Gregostus in forum SubtitleReplies: 8Last Post: 14th Nov 2017, 02:26 -
SubRip font color change
By hibbs in forum SubtitleReplies: 3Last Post: 1st Jun 2016, 20:44 -
Subtitles Change Color
By lomaidala in forum SubtitleReplies: 5Last Post: 18th Jan 2016, 17:09 -
How can I change position, color and encoding UTF-8 in subtitle Quicktime?
By Jamaika in forum Software PlayingReplies: 0Last Post: 29th Sep 2015, 02:53 -
Color change after encode
By Tylerr in forum Video ConversionReplies: 8Last Post: 7th Jan 2015, 08:31


Quote