forked from chenkaigithub/cloudencode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathencode.json
More file actions
50 lines (50 loc) · 925 Bytes
/
encode.json
File metadata and controls
50 lines (50 loc) · 925 Bytes
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
{
"httpport":8000,
"pprofport":9000,
"tempdir":"xxxx/temp",
"enctempdir":"xxxx/enctemp",
"bindir":"xxxx/bin",
"hlsinterval":10,
"osskeyid":"xxxx",
"osskeysec":"xxxx",
"ossendpoint":"xxxx",
"ossbucket":"xxxx",
"redishost":"127.0.0.1",
"redisport":6379,
"redispwd":"Rsmt@123456",
"encode_profile":[
{
"name":"360p",
"width": 640,
"height": 360,
"profile": "baseline",
"bitrate": 800,
"framerate": 30,
"ar": 44100,
"ab": 64,
"ac": 2
},
{
"name":"540p",
"width": 960,
"height": 540,
"profile": "baseline",
"bitrate": 1000,
"framerate": 30,
"ar": 44100,
"ab": 64,
"ac": 2
},
{
"name":"720p",
"width": 1280,
"height": 720,
"profile": "baseline",
"bitrate": 800,
"framerate": 30,
"ar": 44100,
"ab": 64,
"ac": 2
}
]
}