mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
Cobalt fails to download YouTube audio format 251 #866
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 @overcast07 on GitHub (Jun 5, 2025).
bug description
Cobalt does not choose YouTube audio format 251 (best quality opus), even when selecting opus as the preferred format. It transcodes from aac instead.
Someone mentioned this on Discord a month ago so this has been happening for a while.
https://discord.com/channels/1049706293700591677/1049740077460377660/1368652883846889563
reproduction steps
yt-dlp -F "https://www.youtube.com/watch?v=VGBrG88QW6E")screenshots
No response
links
platform information
All
additional context
This is relevant because the aac audio on YouTube is actually worse in a very noticeable way: all frequencies above 16 kHz are removed. Opus goes up to 20 kHz.
This is a regression, as previously I recommended Cobalt to people specifically because it didn't behave like generic YouTube downloader websites and would generate an MP3 by transcoding from opus instead of aac.