Auto convert YouTube audio WebA format to opus without re-encoding #740

Open
opened 2025-11-09 09:57:16 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @onyx-nxt on GitHub (Feb 28, 2025).

describe the feature you'd like to see

When selecting the "best" (no re-encode) quality in cobalt, downloading audio from YouTube results in a weba file. These just hold an opus stream. It's easy to convert it after in ffmpeg with ffmpeg -i "audio.weba" -c:a copy "audio.opus", but within cobalt with the remux like feature automatically would be nice, since weba isn't super common and also contains wrong metadata for values like bitrate. It's also weirdly 100kb larger for some reason.

additional context

No response

Originally created by @onyx-nxt on GitHub (Feb 28, 2025). ### describe the feature you'd like to see When selecting the "best" (no re-encode) quality in cobalt, downloading audio from YouTube results in a weba file. These just hold an opus stream. It's easy to convert it after in ffmpeg with `ffmpeg -i "audio.weba" -c:a copy "audio.opus"`, but within cobalt with the remux like feature automatically would be nice, since weba isn't super common and also contains wrong metadata for values like bitrate. It's also weirdly 100kb larger for some reason. ### additional context _No response_
GiteaMirror added the feature request label 2025-11-09 09:57:16 -06:00
Sign in to join this conversation.