mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +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: {
|
||||
videoCodec: "av01",
|
||||
audioCodec: "mp4a",
|
||||
container: "mp4"
|
||||
audioCodec: "opus",
|
||||
container: "webm"
|
||||
},
|
||||
vp9: {
|
||||
videoCodec: "vp9",
|
||||
|
|
Loading…
Reference in a new issue