-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.json
39 lines (37 loc) · 1.1 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
{
"ffmpeg": "ffmpeg.exe",
"ffprobe": "ffprobe.exe",
"aubio": "aubioonset.exe",
"IMAGE_EXTENSIONS": ["jpg", "jpeg", "png"],
"VIDEO_EXTENSIONS": ["mp4", "mpg", "avi"],
"AUDIO_EXTENSIONS": ["mp3", "ogg", "flac"],
"output_width": 1280,
"output_height": 800,
"output_codec": "libx264",
"output_parameters": "-preset ultrafast -tune stillimage",
"slide_duration": 4,
"slide_duration_min": 1,
"fade_duration": 1,
"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",
"pad_color": "#00000000",
"loopable": false,
"overwrite": false,
"generate_temp": false,
"delete_temp": false,
"temp_file_folder": "temp",
"temp_file_prefix": "temp-kburns-",
"output_temp_parameters": "-preset ultrafast -tune stillimage",
"output_temp_codec": "libx264",
"sync_to_audio": false,
"sync_titles_to_slides": false,
"save": false,
"test": false
}