-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
52 lines (52 loc) · 1.46 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
{
"AppVersion": "0.1.0 alpha",
"SrcPath": "C:/Users/Purp1e/Videos/测试.mp4",
"DstPath": "C:/Users/Purp1e/Desktop/测试One-Encoder.mp4",
"Tools": {
"ffmpeg": {
"Path": "./tools/ffmpeg/ffmpeg.exe",
"Exist": false,
"Version": "",
"InputPrefix": "-i",
"OutputPrefix": "",
"ProgressPattern": "",
"API": {},
"CdnAPI": {},
"Param": "-vcodec libx264 -crf 17 -preset slower"
},
"mediainfo": {
"Path": "./tools/mediainfo/mediainfo.exe",
"Exist": false,
"Version": "",
"InputPrefix": "",
"OutputPrefix": "",
"ProgressPattern": "",
"API": {},
"CdnAPI": {},
"Param": ""
},
"x264": {
"Path": "./tools/x264/x264.exe",
"Exist": false,
"Version": "",
"InputPrefix": "",
"OutputPrefix": "--output",
"ProgressPattern": "",
"API": {},
"CdnAPI": {},
"Param": "--crf 17 --preset slower"
},
"x265": {
"Path": "./tools/x265/x265.exe",
"Exist": false,
"Version": "",
"InputPrefix": "",
"OutputPrefix": "--output",
"ProgressPattern": "",
"API": {},
"CdnAPI": {},
"Param": ""
}
},
"Init": false
}