mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -05:00
[GH-ISSUE #570] youtube: use opus audio format with av1 format & put it in webm container #1729
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 😜