forked from UhhhAaron/GIF-Caption-Creator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.json
91 lines (91 loc) · 1.41 KB
/
Config.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"Text": {
"Content": "Sample 💀 Text 😂",
"Additional_Wrap": 5,
"Kerning": 0,
"Font": {
"Type": 2
},
"Replacements": {
"''": "\"",
"{bs}": "\\"
}
},
"Emoji": {
"API_Type": 1,
"Style_if_1": false,
"Vendor_if_2": false,
"Version_if_2": false
},
"Media": {
"Image": {
"URL_or_Path": "",
"Scale_Back": true,
"Watermark": false
},
"Video": {
"Duration": {
"Start": 0.0,
"End": 0.0
},
"Audio": {
"URL_or_Path": "https://media.tenor.com/O5sbAjo0-nYAAAAd/hellinheavns-capybara.gif",
"Bitrate": 192,
"Channels": 2
},
"Keep_Image": false,
"WebM": false
}
},
"Settings": {
"Delay": 0,
"Loop_Count": 0,
"Caption_Design": {
"Colors": {
"Text": "Black",
"Caption_Field": "White"
}
},
"Optimize": {
"Enabled": true,
"PNGQuant": {
"Speed": 1,
"Colors": 256
},
"Gifsicle": {
"Lossy": 400,
"Colors": 256
}
},
"Dark_Mode": {
"Enabled": false,
"After_Hour": 22,
"Colors": {
"Text": "#A0A0A0",
"Caption_Field": "#141414"
}
},
"Colored_Prints": {
"Enabled": true,
"Colors": {
"Error": "#C10",
"OK": "#0C0",
"Flaw": "#F36",
"Info": {
"Main": "#4AF",
"Meta": {
"1": "#999",
"2": "#90F"
}
}
}
},
"Logs": {
"Packages": false
},
"Add_Metadata": true,
"Open_Folder": false,
"Quiet": false,
"Sound": true
}
}