| User review:
|
Apparently it inverts the colors chosen. Using this application showing wanted colors, gives me correct colors on the PC (Divx Player) but inverted colors on my TV.
Sub2DivX generates:
HEADER]
TITLE
FRAMERATE PAL
DROPFRAME NO
CONTRAST (0 15 15 15)
COLOR (0 1 2 3)
[PALETTE]
0 (0, 0, 255)
1 (255, 255, 255)
2 (92, 92, 92)
3 (70, 70, 70)
******************************
Using srt2bmp I get the correct color subtitles on my PC and TV
srt2bmp generates:
[HEADER]
TITLE
FRAMERATE PAL
DROPFRAME NO
CONTRAST (0 15 15 15)
COLOR (0 1 2 3)
[PALETTE]
0 (32, 32, 32)
1 (92, 92, 92)
2 (255, 255, 255)
3 (255, 255, 0) |