-
Notifications
You must be signed in to change notification settings - Fork 0
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
support opus audio in .ogg container #2
Comments
Well it is a hack because .ogg files are supposed to be ogg/vorbis files and not ogg/opus files And Winamp is not designed to do this. So there is a hack I use to be able to play .ogg files when they improperly contain opus stream. |
It was added in version 0.911 and it has a limitation:
|
Also note that the container for both .ogg and .opus file is OGG, in the case of opus file the stream it contains is opus (ogg/opus) and in the case of a .ogg the stream is vorbis (ogg/vorbis), natively supported by Winamp. Sometime the naming convention is not respected and someone will write .ogg for an ogg/opus which is a mistake. On the other hand .webp is a completely different container that was designed with video in mind. I do not plan supporting it because it would require a significant work. If yo use youtube-dl what may happen is that you get a .webp file. Be sure to have ffmpeg.exe in your path so youtube-dl and variants can copy the stream to the proper container (it will be lossless). |
The most common container for opus is slowly becoming .ogg
and .webp when downloading audio only from youtube with yt-dl/yt-dlpso support for playing it in those containers would be helpful.The text was updated successfully, but these errors were encountered: