Code: Select all
;------------------------------------------------
[V4 Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding
; Normal styles
Style: Default, Augie, 32, 0xecffff,0,0,0x003164,0,0,1,2,2,2,20,20,10,0,0
Style: Note, Augie, 25, 0xecffff,0,0,0x777c7f,0,0,1,2,2,6,20,20,10,0,0
; OP styles
Style: English, Inkblob, 25, 0x25d7fd,0,0,0x002899,0,0,1,2,2,2,20,20,15,0,0
Style: Romaji, Koshgarian-Ligh, 19, 0xfff4e6,0,0,0x74491e,0,0,1,1,2,6,20,20,15,0,0
Style: Kanji, Mona, 24, 0xffe8cc,0,0,0x8e5a26,0,0,1,2,2,6,20,20,15,0,0
Style: Kanji-LT, Mona, 24, 0xfff0d0,0,0,0x8e5a26,0,0,1,2,2,5,20,20,50,0,0
Style: Kanji-RT, Mona, 24, 0xfff0d0,0,0,0x8e5a26,0,0,1,2,2,7,20,20,50,0,0
; ED styles
Style: ED-English,Amazone BT, 35, 0xf1e8f7,0,0,0x30204b,-1,0,1,1,2,2,20,20,8,0,0
Style: ED-Romaji, Footlight MT Light, 21, 0xfff4e6,0,0,0x74491e, 0,0,1,1,2,6,20,20,15,0,0
Style: ED-Kanji, MS PMincho, 24, 0xffe8cc,0,0,0x8e5a26, 0,0,1,2,2,6,20,20,15,0,0
;------------------------------------------------
Here is an example of a header that will result in properly colored subtitles in VLC
Code: Select all
;------------------------------------------------
[V4 Styles]
Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, TertiaryColour, BackColour, Bold, Italic, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, AlphaLevel, Encoding
; Normal styles
Style: Default, Augie, 32, &Hecffff,0,0,&H003164,0,0,1,2,2,2,20,20,10,0,0
Style: Note, Augie, 25, &Hecffff,0,0,&H777c7f,0,0,1,2,2,6,20,20,10,0,0
; OP styles
Style: English, Inkblob, 25, &H25d7fd,0,0,&H002899,0,0,1,2,2,2,20,20,15,0,0
Style: Romaji, Koshgarian-Ligh, 19, &Hfff4e6,0,0,&H74491e,0,0,1,1,2,6,20,20,15,0,0
Style: Kanji, Mona, 24, &Hffe8cc,0,0,&H8e5a26,0,0,1,2,2,6,20,20,15,0,0
Style: Kanji-LT, Mona, 24, &Hfff0d0,0,0,&H8e5a26,0,0,1,2,2,5,20,20,50,0,0
Style: Kanji-RT, Mona, 24, &Hfff0d0,0,0,&H8e5a26,0,0,1,2,2,7,20,20,50,0,0
; ED styles
Style: ED-English,Amazone BT, 35, &Hf1e8f7,0,0,&H30204b,-1,0,1,1,2,2,20,20,8,0,0
Style: ED-Romaji, Footlight MT Light, 21, &Hfff4e6,0,0,&H74491e, 0,0,1,1,2,6,20,20,15,0,0
Style: ED-Kanji, MS PMincho, 24, &Hffe8cc,0,0,&H8e5a26, 0,0,1,2,2,6,20,20,15,0,0
;------------------------------------------------
http://i.imgur.com/y2ImD3v.png < comparison with mpc-hc
HandBrake currently Shares this issue with VLC but i have already talked to some of their devs about it and i will be committing a patch that does what the title of this thread says