mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"ffmpeg": {
|
|
"ver": "7cd1edeaa410d977a9f1ff8436f480cb45b80178",
|
|
"ext": "git",
|
|
"url": "https://github.com/FFmpeg/FFmpeg/"
|
|
},
|
|
"hdr10plus_tool": {
|
|
"ver": "1.7.0",
|
|
"ext": "tar.gz",
|
|
"url": "https://github.com/quietvoid/hdr10plus_tool/archive/refs/tags/${ver}.${ext}"
|
|
},
|
|
"dovi_tool": {
|
|
"ver": "2.2.0",
|
|
"ext": "tar.gz",
|
|
"url": "https://github.com/quietvoid/dovi_tool/archive/refs/tags/${ver}.${ext}"
|
|
},
|
|
"libsvtav1": {
|
|
"ver": "3.0.2",
|
|
"ext": "tar.gz",
|
|
"url": "https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${ver}/SVT-AV1-v${ver}.${ext}"
|
|
},
|
|
"libsvtav1_psy": {
|
|
"ver": "3.0.2",
|
|
"ext": "tar.gz",
|
|
"url": "https://github.com/psy-ex/svt-av1-psy/archive/refs/tags/v${ver}.${ext}",
|
|
"deps": [
|
|
"dovi_tool", "hdr10plus_tool"
|
|
]
|
|
},
|
|
"librav1e": {
|
|
"ver": "0.7.1",
|
|
"ext": "tar.gz",
|
|
"url": "https://github.com/xiph/rav1e/archive/refs/tags/v${ver}.${ext}"
|
|
},
|
|
"libaom": {
|
|
"ver": "3.12.1",
|
|
"ext": "tar.gz",
|
|
"url": "https://storage.googleapis.com/aom-releases/libaom-${ver}.${ext}"
|
|
},
|
|
"libvmaf": {
|
|
"ver": "3.0.0",
|
|
"ext": "tar.gz",
|
|
"url": "https://github.com/Netflix/vmaf/archive/refs/tags/v${ver}.${ext}"
|
|
},
|
|
"libopus": {
|
|
"ver": "1.5.2",
|
|
"ext": "tar.gz",
|
|
"url": "https://github.com/xiph/opus/releases/download/v${ver}/opus-${ver}.${ext}"
|
|
},
|
|
"libdav1d": {
|
|
"ver": "1.5.0",
|
|
"ext": "tar.xz",
|
|
"url": "http://downloads.videolan.org/videolan/dav1d/${ver}/dav1d-${ver}.${ext}"
|
|
}
|
|
}
|