-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Audio-Only-Download settings #1096
Comments
I would also be interested in this |
I think it would be better to also add an option to only change container and direct stream copy audio because every conversion lost quality. |
We are currently not able to convert anything, we can only take what we get form youtube. And this is basicly m4a or webm. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please add/change the audio-only-data containerformat.
The Problem is, that most audioapplications think that .webm would be a videofile and doesn't list them.
The .webm container uses the VP8/VP9 videocodec and the vorbis/opus audiocodec [1].
Therefore the simplest way would be only to change the containerformat from .webm to .ogg for audio-only downloads. The best option would be to add libopus and change to the opus codec/container for the best decoder at this time [2].
Please add an option to change the bitrate. In my mind 128kb/s is not enough. ≥192kb/s, for example 256kb/s would be nice. -> Add all audio bitrates #1059
Thank you for your great work!! :)
[1] https://en.wikipedia.org/wiki/WebM
[2] https://en.wikipedia.org/wiki/Opus_(audio_format)
The text was updated successfully, but these errors were encountered: