api/youtube: use webm container for av1 and opus

This commit is contained in:
wukko 2024-09-12 20:07:56 +06:00
parent acb4e49e18
commit ca538a2e6c
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -18,8 +18,8 @@ const codecMatch = {
},
av1: {
videoCodec: "av01",
audioCodec: "mp4a",
container: "mp4"
audioCodec: "opus",
container: "webm"
},
vp9: {
videoCodec: "vp9",