s
File size: 606 Bytes
0ff5bc0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "caption_style": {
    "font": "public/Anta-Regular.ttf",
    "fontsize": 24,
    "color": "#FFFFFF", // White color for the regular text
    "highlight_color": "#FFD700", // Gold color for the highlighted (active) word
    "background_color": "transparent",
    "stroke_width": 2,
    "stroke_color": "#000000", // Black stroke for better readability
    "alignment": "center",
    "margin_bottom": 20, // Adjust based on your layout
    "words_to_show": 4, // Shows only 4 words in the subtitle
    "highlight_method": "dynamic" // Indicates the method to dynamically highlight the active word
  }
}