Site has been hugged. On another point, is Opus a popular format, given that alot of people now stream stuff mostly? IIRC, some of the Quake engines support it.
Opus is the standard audio codec in WebM, alongside VP9 or AV1 video.
Opus Audio Codec – FAQ
21–30 of 81 posts
Re: Opus Audio Codec – FAQ
#22Earlier quoted context omitted.
I have never seen an Opus file in the wild. MP3 and FLAC are by far still dominant. Ogg is still popular I. It’s niche (eg game sounds, and I think Spotify uses it too)
Is there a reason why mp3 is still around? AAC has better compression ratios, and support is a non-issue. Maybe mp3 has better brand recognition? Most people know what a mp3 is, but probably wouldn't know what AAC or a .m4a is.
If you don't care too much about file size (LAME -V0 is ~256 kbps), it's a decent option for many purposes.
Re: Opus Audio Codec – FAQ
#23https://github.com/erikd/libsndfile/blob/master/NEWS#L2 "Version 1.0.29 (2020-08-15) * Add support for Opus files."
Re: Opus Audio Codec – FAQ
#24The only point in lossy encoding is to save space / bandwidth . Opus excels at getting good sound quality at lower bitrates. If there's a talk or lecture on Youtube that you're about to grab, try the 50kbps Opus version and save your limited space for more important things, but you might need to remux from webm to an ogg container for compatibility. e.g. youtube-dl -f249 $URL --exec 'ffmpeg -i {} -vn -c:a copy {}.ogg…
Why not just `youtube-dl -x` ?
Re: Opus Audio Codec – FAQ
#25https://github.com/erikd/libsndfile/blob/master/NEWS#L2 "Version 1.0.29 (2020-08-15) * Add support for Opus files."
Given that the patents on MP3 have expired, maybe libsndfile will finally support it...
Re: Opus Audio Codec – FAQ
#26Site has been hugged. On another point, is Opus a popular format, given that alot of people now stream stuff mostly? IIRC, some of the Quake engines support it.
Re: Opus Audio Codec – FAQ
#27But I also suspect that popular wireless codecs (i.e. Dolbly's AptX, MPEG's AAC, and Samsung's Scalable) are powered by marketing fluff. I'd love an informed opinion :D
Re: Opus Audio Codec – FAQ
#28Site has been hugged. On another point, is Opus a popular format, given that alot of people now stream stuff mostly? IIRC, some of the Quake engines support it.
I have never seen an Opus file in the wild. MP3 and FLAC are by far still dominant. Ogg is still popular I. It’s niche (eg game sounds, and I think Spotify uses it too)
Re: Opus Audio Codec – FAQ
#29Re: Opus Audio Codec – FAQ
#30Site has been hugged. On another point, is Opus a popular format, given that alot of people now stream stuff mostly? IIRC, some of the Quake engines support it.
I have never seen an Opus file in the wild. MP3 and FLAC are by far still dominant. Ogg is still popular I. It’s niche (eg game sounds, and I think Spotify uses it too)