-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
34 lines (34 loc) · 818 Bytes
/
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
{
"ffmpeg_tools" : "C:/Users/koval/Documents/github/vcpkg/installed/x64-windows/tools/ffmpeg",
"hwaccel": "dxva2",
"output_dir": "./output",
"profiles": [
{
"codec": "h264",
"size": "1080p",
"bitrate": 2500,
"profile_name": "main",
"bframes": 0,
"br_variable": 100
},
{
"codec": "h264",
"size": "1080p",
"bitrate": 5000,
"profile_name": "main",
"bframes": 0,
"br_variable": 200
},
{
"codec": "h264",
"size": "720p",
"bitrate": 2500,
"profile_name": "main",
"bframes": 0,
"br_variable": 200
}
],
"metrics": [
"PSNR"
]
}