We are assessing the use of AMT v3 in our implementation - and are very keen to try and make use of the AAF generation capability that it includes. However, the example only supports a single file per AAF - which is a bit pointless as the whole idea for AAF is to connect multiple files and present them as a sequence.
Is there any way to provide mutilple source OPAtoms into this AAF generator?
AAFCreationOptions ()
{
this -> addArgument (Common::makeArgument ("Source MAD", "Source media asset description xml path", m_sourceMADPath, ArgumentRequired));
this -> addArgument (Common::makeArgument ("Output AAF", "Output file where to write the resulting AAF.", m_outputFile, ArgumentRequired));
// Add optional parameters
MediaParameters mediaParameters;
JobSetupUtils::setMediaParameters (mediaParameters,
m_options.m_masterMobID,
m_options.m_physicalSourceMobID,
m_options.m_tapeName,
m_options.m_psmDescriptorType,
m_options.m_psmTimecode,
0);
© Copyright 2011 Avid Technology, Inc. Terms of Use | Privacy Policy | Site Map | Find a Reseller