freeMXF.org
http://www.freemxf.org/forum/

custom XDCAM(D10 IMX50): AVID crashes while parsing metadata
http://www.freemxf.org/forum/viewtopic.php?f=2&t=149
Page 1 of 1

Author:  Pardus [ Tue Apr 29, 2008 10:20 am ]
Post subject:  custom XDCAM(D10 IMX50): AVID crashes while parsing metadata

This is a snippet of information that I haven't seen anywhere on the web, but it may help some people.

The problem is the following:
You've created an op1a XDCAM (D10 IMX 50) file using mxflib. It plays without any problems on the SONY XDCAM viewer and on VLC, but the moment you try to import it into an AVID application, e.g. AVID Media Composer, the application hangs while parsing the metadata. (It may be the case that this only occurs on older versions of these applications)

Solution:
Enable the FeatureVersion1KLVFill feature (MXFLib feature: Write KLVFill items with the version 1 key)

Code:
SetFeature(FeatureVersion1KLVFill);


The KLVFill_UL the AVID application expects is not
06.0e.2b.34.01.01.01.02.03.01.02.10.01.00.00.00
but
06.0e.2b.34.01.01.01.01.03.01.02.10.01.00.00.00
hence "standard" filler is seen as a dark KLV triplet

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/