[FFmpeg-devel] [PATCH] avformat/mxfdec: read reel_name and source timecode from physical source package

Mark Reid mindmark at gmail.com
Fri Sep 26 01:13:38 CEST 2014


Hi,
This patch adds support for reading source timecode and reel_name metadata from a
mxf file's physical source package if available.

I've been testing with these samples that contain timecode

http://samples.ffmpeg.org/MXF/issue2160/PW0805A0V01.4C5B5636.EFA330.mxf
reel_name      : PW0805A01
timecode        : 00:02:55;10

http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket3450/WriteAvidMXFgenerated/5502_0010_a1.mxf
http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket3450/WriteAvidMXFgenerated/5502_0010_v1.mxf
reel_name      : 5502
timecode        : 02:09:36:04

I can also provide additional material if required.

Mark Reid (1):
  avformat/mxfdec: read reel_name and source timecode from physical
    source package

 libavformat/mxfdec.c | 118 ++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 97 insertions(+), 21 deletions(-)

-- 
2.0.0



More information about the ffmpeg-devel mailing list