[FFmpeg-trac] #3836(avformat:new): No way to get real metadata field names

FFmpeg trac at avcodec.org
Fri Aug 8 20:52:08 CEST 2014


#3836: No way to get real metadata field names
----------------------------------+---------------------------------------
             Reporter:  MoSal     |                     Type:  enhancement
               Status:  new       |                 Priority:  normal
            Component:  avformat  |                  Version:  git-master
             Keywords:            |               Blocked By:
             Blocking:            |  Reproduced by developer:  0
Analyzed by developer:  0         |
----------------------------------+---------------------------------------
 ff_metadata_conv() is always run unconditionally. Even if we are not
 remuxing/transcoding from one format to another (e.g. If we are only
 invoking ffprobe).

 I'm attaching a proof-of-concept patch that adds a decoding fflag
 'nometaconv'. It doesn't change current default behavior or break
 conversion if remuxing/transcoding from one format to another.

 I don't know if this is the right approach.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3836>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list