You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered with at least opus and aac (m4a container) audio. Reproducible with:
$ yt-dlp --extract-audio --audio-format opus --output file.opus <any YouTube URL>
$ mid3v2 -a art -A alb -T 1 file.opus
$ mutagen-inspect file.opus
-- file.opus
can't sync to MPEG frame$ mid3v2 -l file.opusIDv2 tag into for file.opusTALB=albTPE1=artTRCK=1
mutagen-inspect is used as an example of other programs that use Mutagen as a library, which this also affects.
The text was updated successfully, but these errors were encountered:
Encountered with at least
opus
andaac
(m4a
container) audio. Reproducible with:mutagen-inspect
is used as an example of other programs that use Mutagen as a library, which this also affects.The text was updated successfully, but these errors were encountered: