mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 18:46:09 +00:00
api/youtube: use webm container for av1 and opus
This commit is contained in:
parent
acb4e49e18
commit
ca538a2e6c
|
@ -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