#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".