windowsaudiovideoffmpeglibx264

FFmpeg : Attach metadata to the segment muxer


I tried to attach metadata to the segment muxer using bitstream filter with no success, Please tell me how can do it?


Solution

  • The MXF muxer relies on extracting extradata from each H.264 KF packet which looks to be missing when it is invoked via the segment user.

    Add the following to your original command to attach the metadata

    -bsf:v extract_extradata,dump_extra=k