DeaDBeeF-Player / deadbeef

DeaDBeeF Player
https://deadbeef.sourceforge.io/
Other
1.64k stars 178 forks source link

[Feature Request] Opus in webm container #2915

Open chromer030 opened 1 year ago

chromer030 commented 1 year ago

Information about the software:

Deadbeef version: latest git OS: Arch Linux

Please add support for opus codec in webm container.

PGcritter commented 1 year ago

I second that, it would be nice.

In the meantime to the OP: it is easy enough on linux using ffmpeg to extract opus sound from a webm file without re-encoding :

ffmpeg -hide_banner -i somefile.webm -vn -acodec copy somefile.opus