I tried to attach metadata to the segment muxer using bitstream filter
with no success, Please tell me how can do it?
Asked
Active
Viewed 360 times
2

Maria
- 344
- 8
- 30
-
1Possibly a bug as it works with plain MXF output without segment. – llogan Sep 23 '20 at 17:30
-
Will look into it. – Gyan Sep 24 '20 at 19:45
-
@Gyan, Do you have any idea about this problem? – Maria Sep 29 '20 at 10:52
-
Sorry, haven't had time yet to look into it. Soon. – Gyan Sep 29 '20 at 13:30
1 Answers
2
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

Gyan
- 85,394
- 9
- 169
- 201