mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/youtube: use webm container for av1 and opus
This commit is contained in:
parent
acb4e49e18
commit
ca538a2e6c
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ const codecMatch = {
|
||||||
},
|
},
|
||||||
av1: {
|
av1: {
|
||||||
videoCodec: "av01",
|
videoCodec: "av01",
|
||||||
audioCodec: "mp4a",
|
audioCodec: "opus",
|
||||||
container: "mp4"
|
container: "webm"
|
||||||
},
|
},
|
||||||
vp9: {
|
vp9: {
|
||||||
videoCodec: "vp9",
|
videoCodec: "vp9",
|
||||||
|
|
Loading…
Reference in a new issue