Hi, could you please enable the OPUS option in ffmpeg by default? The Opus codec is quite popular these days (especially with VP9 video, and VPX *is* enabled by default already).
multimedia/emby-server users also want OPUS enabled, see https://github.com/MediaBrowser/Emby/blob/3.2.70.0/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs#L398 Not to be confused with FFmpeg's own (experimental) Opus encoder. https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/5f47c85e5c96
A commit references this bug: Author: riggs Date: Sun Feb 4 19:53:57 UTC 2018 New revision: 460948 URL: https://svnweb.freebsd.org/changeset/ports/460948 Log: Make OPUS default option Rationale: Opus is the latest-generation highest-performance open-source audio codec and becomes increasingly popular, particularly combined with VP9 video. It's time to include support for libopus in the default package. PR: 225511 Reported by: greg@unrelenting.technology MFH: 2018Q1 Changes: head/multimedia/ffmpeg/Makefile
This was indeed overdue. Thanks!