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

Transcoding from AAC to mp3 uses low-quality bitrate #236

Open
dinkster opened this issue Aug 31, 2024 · 0 comments
Open

Transcoding from AAC to mp3 uses low-quality bitrate #236

dinkster opened this issue Aug 31, 2024 · 0 comments

Comments

@dinkster
Copy link

When downloading audio from YouTube, the audio stream initially downloaded is an .m4a file encoded at 128kbps. Opening the file in VLC reveals it's a 128kbps AAC stream, which is higher quality than 128kbps mp3.

However, when converting to mp3, the software always converts the file down to 128kbps mp3, even if something like 320kbps is specified with a custom conversion preset. I believe what's happening is the bitrate is being copied from the source to reduce filesize, but this results in a pretty noticeable downgrade in audio quality since 128kbps is far below the level of transparency with MP3.

Is there a way to force it to convert to 320kbps mp3 regardless of the bitrate of the input file? I'm pretty sure this is what https://cobalt.tools/ is doing by default for YouTube audio streams, comparing the AAC downloaded by this and the mp3 downloaded by that

@dinkster dinkster changed the title Transcoding from m4a to mp3 uses low-quality bitrate Transcoding from AAC to mp3 uses low-quality bitrate Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant