You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: