-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
40 lines (40 loc) · 843 Bytes
/
settings.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
{
"resolucion": [
1280,
720
],
"color_texto": "#FFFF00",
"color_contorno": "#000000",
"tama\u00f1o_texto": 80,
"grosor_contorno": 5,
"posicion_texto": [
50,
500
],
"limite_ancho_texto": 1000,
"max_caras": 10,
"posicion_cara": [
770,
100
],
"fuente": "Arial.ttf",
"tama\u00f1o_cara": "vertical",
"filtro": {
"activo": true,
"tipo": "degradado",
"color_primario": "#000000",
"color_secundario": "#0FF000",
"opacidad": 0.5,
"direccion": "vertical"
},
"video_predeterminado": "./video.mp4",
"carpeta_salida": "./miniaturas",
"configuracion_parte": {
"posicion": [
50,
50
],
"tama\u00f1o": 40,
"color": "#FFFF00"
}
}