Opened 9 months ago

Last modified 4 months ago

#11685 new defect

ffmpeg fails to copy all metadata from webm files

Reported by: jr_clifton Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: webm metadata
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by jr_clifton)

Summary of the bug: Fails to preserve all metadata. For instance, Album and Album Artist tags are missing
How to reproduce:

% ffmpeg -i c:\output\2.webm -map_metadata 0 -c:a libopus -b:a 64k c:\output\2.opus
ffmpeg version 7.1.1
built on ... Windows

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Attachments (2)

3.webm (204.8 KB ) - added by jr_clifton 9 months ago.
3.ogg (56.6 KB ) - added by jr_clifton 9 months ago.
This is the converted file with missing metadata

Download all attachments as: .zip

Change History (6)

by jr_clifton, 9 months ago

Attachment: 3.webm added

by jr_clifton, 9 months ago

Attachment: 3.ogg added

This is the converted file with missing metadata

comment:1 by jr_clifton, 9 months ago

Description: modified (diff)

comment:2 by jr_clifton, 9 months ago

Description: modified (diff)

comment:3 by jr_clifton, 9 months ago

Description: modified (diff)

Mp3tag can add and read the Album tag (and many others) in WebM files, while ffmpeg can't reliably do the same.

comment:4 by Deepjot Grewal, 4 months ago

I am not able to reproduce the bug is there any more detail you can give?

Note: See TracTickets for help on using tickets.