Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
onyx-nxt opened this issue Feb 28, 2025 · 0 comments
Open

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

onyx-nxt opened this issue Feb 28, 2025 · 0 comments
Labels
feature request New feature or request

Comments

@onyx-nxt
Copy link

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

@onyx-nxt onyx-nxt added the feature request New feature or request label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant