[FFmpeg-trac] #9901(undetermined:new): Bug: ffmpeg/ffprobe calls field different from it's header.

FFmpeg trac at avcodec.org
Sat Sep 3 15:43:19 EEST 2022


#9901: Bug: ffmpeg/ffprobe calls field different from it's header.
-------------------------------------+-------------------------------------
             Reporter:  NY2Da        |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:  METADATA     |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by mkver):

 FFmpeg (the project) aspires to be a generic tool and therefore normalizes
 certain common tag names like "comment". For VorbisComment metadata, the
 tag that gets mapped to comment in DESCRIPTION (this is defined in
 ff_vorbiscomment_metadata_conv in libavformat/vorbiscomment.c). Therefore
 the muxer converts a comment tag to DESCRIPTION and the demuxer converts a
 DESCRIPTION to a comment. ffprobe uses said demuxer, so it reports
 comment. So I fail to see the bug here. After all, your -metadata
 'comment=this is a comment' has been preserved.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9901#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list