-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Downloads track as opus instead m4a #691
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
Comments
The opus is actually |
~66MB binary size increase on multiple platforms (except linux) 😅 |
The WebM container likely contains the opus file as is, which should be extractable without ffmpeg. See this post: https://stackoverflow.com/questions/65511370/webm-vs-opus-quality-youtube-dl-context I couldn't find out yet if spotube is using youtube-dl or a fork of it to get the downloads, in which case one could extract the opus file easily like so: |
Can be apparently also extracted with See this post: |
Spotube uses |
That would be awesome! I'd appreciate the option 🙏
|
I second the thanks. Being able to avoid non-proprietary formats will be a nice feature to have. |
Is there an existing issue for this?
Pain
Currently tracks are being downloaded as m4a, while opus is youtube's standard audio format.
Comparing to m4a, opus is much more advanced and offers better quality at lower bitrate when compared to m4a, ogg vorbis and mp3. See this comparison:
Spotube downloads audio as m4a at around 128kbit but youtube offers opus files up until 152kbit. Here an overview in jdownloader:
Suggested solution
It would be awesome if spotube would download opus files at max kbit.
I recommend this as a standard setting instead of m4a. Opus offers better quality audio files with a much lower filesize than mp3 and is increasingly becoming the new standard for lossy audio.
Useful resources
No response
Additional information
Awesome project! Just got the linux flatpak version and enjoying it a lot.
The text was updated successfully, but these errors were encountered: