Hello, Is it possible to retrieve MXF metadata with ffmpeg? Is there way to extract metadata from any format? I see that there is a -metadata flag but this only allows one to set metadata. Thanks
You can extract metadata from many file formats that contain metadata in the .txt file: ffmpeg -i INPUT_file -f ffmetadata c:\OUTPUT_FILE.txt I have another question, how to add metadata to the .mxf file? Whether it is possible in principle to add metadata to the .mxf ? -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Extracting-MXF-Metadata-tp942866p46... Sent from the FFmpeg-users mailing list archive at Nabble.com.
On 9/2/13, Tuuls <koxaniy@mail.ru> wrote:
You can extract metadata from many file formats that contain metadata in the .txt file:
ffmpeg -i INPUT_file -f ffmetadata c:\OUTPUT_FILE.txt
I have another question, how to add metadata to the .mxf file? Whether it is possible in principle to add metadata to the .mxf ?
Arbitary metadata? AFAIK not at all currently by ffmpeg. But I would consult MXF specification anyway.
participants (3)
-
hsomob1999@yahoo.com -
Paul B Mahol -
Tuuls