Skip to content

Commit

Permalink
Recognize the new audio itag 774.
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Apr 6, 2024
1 parent 8563eb0 commit f7da844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/WWW/PipeViewer/Itags.pm
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ sub get_itags {
{value => 328, format => 'm4a', kbps => 384}, # eac3 (384 kbps)
{value => 380, format => 'm4a', kbps => 384}, # ac3 (384 kbps)
{value => 258, format => 'm4a', kbps => 360}, # mp4a (360 kbps?)
{value => 774, format => 'opus', kbps => 260}, # webm opus (260 kbps)
{value => 172, format => 'opus', kbps => 192}, # webm opus (192 kbps)
{value => 251, format => 'opus', kbps => 160}, # webm opus (128-160 kbps)
{value => 171, format => 'webm', kbps => 128}, # webm vorbis (92-128 kbps)
Expand Down

0 comments on commit f7da844

Please sign in to comment.