-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.json
56 lines (56 loc) · 1.2 KB
/
options.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
"--ui-language",
"en",
"--language",
"0:und",
"--language",
"1:ja",
"(",
"full.final.ts",
")",
"--language",
"0:en",
"--track-name",
"0:ENG Subs",
"(",
"en-us.ass",
")",
"--attachment-name",
"Lato-Medium.ttf",
"--attachment-mime-type",
"application/x-truetype-font",
"--attach-file",
"fonts\\Lato-Medium.ttf",
"--attachment-name",
"Lato-MediumItalic.ttf",
"--attachment-mime-type",
"application/x-truetype-font",
"--attach-file",
"fonts\\Lato-MediumItalic.ttf",
"--attachment-name",
"times.ttf",
"--attachment-mime-type",
"application/x-truetype-font",
"--attach-file",
"fonts\\times.ttf",
"--attachment-name",
"trebuc.ttf",
"--attachment-mime-type",
"application/x-truetype-font",
"--attach-file",
"fonts\\trebuc.ttf",
"--attachment-name",
"arial.ttf",
"--attachment-mime-type",
"application/x-truetype-font",
"--attach-file",
"fonts\\arial.ttf",
"--attachment-name",
"comic.ttf",
"--attachment-mime-type",
"application/x-truetype-font",
"--attach-file",
"fonts\\comic.ttf",
"--track-order",
"0:0,0:1,1:0"
]