Fix cover art embedded as a plain video stream - #219
Open
kgrubb wants to merge 1 commit into
Open
Conversation
kgrubb
force-pushed
the
fix/cover-art-attached-pic
branch
from
August 6, 2026 15:39
4d83aad to
82239f3
Compare
ffmpeg was re-encoding cover art as a normal video stream, so players did not recognize it as album art. Copy the image and mark it as attached_pic.
kgrubb
force-pushed
the
fix/cover-art-attached-pic
branch
from
August 6, 2026 16:06
82239f3 to
3882304
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes embedded cover art for non-MP3 output such as M4A. ffmpeg currently re-encodes the image as a normal video stream. Copying it and setting
attached_picmakes players and library scanners recognize it as album art.Verified with ffprobe on M4A output: