-
Notifications
You must be signed in to change notification settings - Fork 9
/
bento4.json
26 lines (26 loc) · 985 Bytes
/
bento4.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
{
"version": "1.6.0-641",
"description": "Full-featured MP4 format, MPEG DASH, HLS, CMAF SDK and tools",
"homepage": "https://www.bento4.com",
"license": "GPL-2.0-only|Proprietary",
"architecture": {
"64bit": {
"url": "https://www.bok.net/Bento4/binaries/Bento4-SDK-1-6-0-641.x86_64-microsoft-win32.zip",
"hash": "6916a390f75878872594be74554b8b54ab220bb29812424441a8e1ecc9a6ac5e",
"extract_dir": "Bento4-SDK-1-6-0-641.x86_64-microsoft-win32"
}
},
"env_add_path": "bin",
"checkver": {
"url": "https://www.bento4.com/downloads/",
"regex": "Version ([\\d.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.bok.net/Bento4/binaries/Bento4-SDK-$dashVersion.x86_64-microsoft-win32.zip",
"extract_dir": "Bento4-SDK-$dashVersion.x86_64-microsoft-win32"
}
}
}
}