-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for embedded album art in opus files
As of Late 2021, ffmpeg cannot embed the album art from FLAC files or other sources into Opus files. To offer a workaround, we now use the official opusenc encoder if available, which embeds album art just fine. A warning to users encoding opus files without opusenc will be issued on every encode run. FFmpeg ticket for albumart support: https://trac.ffmpeg.org/ticket/4448
- Loading branch information
Showing
2 changed files
with
78 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters