[GH-ISSUE #570] youtube: use opus audio format with av1 format & put it in webm container #9158

Closed
opened 2026-04-24 15:15:44 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @sakurayz on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/570

MP4 (H264+AAC) format is used for resolutions below 1080p, and WebM (VP9/AV1+OPUS) format is used for high-resolution (4k/8k)videos. The sound quality of the AAC format on the YouTube website is lower than that of the OPUS format. av1+aac combo MP4 feels a bit strange 😜

Originally created by @sakurayz on GitHub (Jun 12, 2024). Original GitHub issue: https://github.com/imputnet/cobalt/issues/570 MP4 (H264+AAC) format is used for resolutions below 1080p, and WebM (VP9/AV1+OPUS) format is used for high-resolution (4k/8k)videos. The sound quality of the AAC format on the YouTube website is lower than that of the OPUS format. av1+aac combo MP4 feels a bit strange 😜
GiteaMirror added the feature request label 2026-04-24 15:15:44 -05:00
Author
Owner

@github-account1111 commented on GitHub (Apr 14, 2026):

The sound quality of the AAC format on the YouTube website is lower than that of the OPUS format.

Citation needed.

In general, AAC is on par or slightly better than Opus for music and on par or slightly worse than Opus for speech. Being an Apple-backed format, AAC also has far better compatibility, about on par with that of MP3.

Given that most YouTube downloads are either music or mixed content, I think it would make the most sense to pair all three video codecs with AAC, not just H264.

<!-- gh-comment-id:4244925006 --> @github-account1111 commented on GitHub (Apr 14, 2026): > The sound quality of the AAC format on the YouTube website is lower than that of the OPUS format. Citation needed. In general, AAC is on par or slightly better than Opus for music and on par or slightly worse than Opus for speech. Being an Apple-backed format, AAC also has *far* better compatibility, about on par with that of MP3. Given that most YouTube downloads are either music or mixed content, I think it would make the most sense to pair all three video codecs with AAC, not just H264.
Sign in to join this conversation.