-
Notifications
You must be signed in to change notification settings - Fork 15
/
example.json
76 lines (74 loc) · 2 KB
/
example.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
{
"config": {
"output_width": 1920,
"output_height": 1080,
"slide_duration": 3,
"slide_duration_min": 1,
"fade_duration": 1.0,
"transition": "random",
"transition_bars_count": 10,
"transition_cell_size": 100,
"fps": 60,
"zoom_rate": 0.1,
"zoom_direction_x": "random",
"zoom_direction_y": "random",
"zoom_direction_z": "random",
"scale_mode": "auto",
"loopable": false,
"overwrite": false,
"generate_temp": false,
"delete_temp": false,
"sync_to_audio": false,
"sync_titles_to_slides": false,
"is_synced_to_audio": false
},
"slides": [
{
"file": "data\\1.jpg",
"slide_duration": 5,
"overlay_text":{
"title": "Title 1",
"font_file": "C:/Windows/Fonts/BAUHS93.TTF",
"font_size": 200,
"duration": 2,
"transition_x": "left-to-center",
"transition_y": "center",
"offset": 0
},
"overlay_color":{
"color": "black",
"opacity": 0.8,
"duration": 2,
"offset": 0
}
},
{
"file": "data\\2.jpg",
"title": "subtitle"
},
{
"file": "data\\2.mp4",
"overlay_text":{
"title": "Title 2",
"font_file": "C:/Windows/Fonts/BAUHS93.TTF",
"font_size": 200,
"duration": 2,
"transition_x": "center",
"transition_y": "bottom-to-top",
"offset": 0
},
"overlay_color":{
"color": "black",
"opacity": 0.8,
"duration": 2,
"offset": 0
}
},
{
"file": "data\\3.jpg"
}
],
"audio": [
"data/music.mp3"
]
}