Skip to content

Commit

Permalink
fix(formats): 270 and 312 itag (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Palacios <tony.palacios@vidterra.com>
  • Loading branch information
tux1765 and Tony Palacios authored Aug 7, 2024
1 parent fae6e54 commit 64c74a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,9 @@ module.exports = {
},

270: {
mimeType: 'video/webm; codecs="VP9"',
mimeType: 'video/mp4; codecs="H.264"',
qualityLabel: '1080p',
bitrate: 5000000,
bitrate: 2500000,
audioBitrate: null,
},

Expand Down Expand Up @@ -487,7 +487,7 @@ module.exports = {
},

312: {
mimeType: 'video/webm; codecs="VP9"',
mimeType: 'video/mp4; codecs="H.264"',
qualityLabel: '1080p',
bitrate: 2500000,
audioBitrate: null,
Expand Down

0 comments on commit 64c74a3

Please sign in to comment.