Latest post Wed, Apr 22 2015 1:23 PM by Don Carignan. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • Thu, Apr 16 2015 2:47 PM

    • Francesco
    • Not Ranked
    • Joined on Wed, May 16 2012
    • Pisa - Italy
    • Posts 70
    • Points 695

    Autodetecting plugin

    Hi to all

    in these days I was testing the plugin with latest version of AVID Media composer (8.3.1).

    I found that if I AMA link files with File Type option "Autodetect AMA Plugins"  the result is the MessageDialog 

    with message "Unable to link file or volume", while if I AMA link the same file setting my plugin all works fine.

    There is a new version of AMA SDK that implement this functionality ? The one I have is a little old (3.2_2660).

    Regards

    Filed under: ,
  • Thu, Apr 16 2015 8:48 PM In reply to

    Re: Autodetecting plugin

    Hi Francesco,

    Please make sure that your plug-in implements IMediaContainer3::GetFileExtensionCount() and IMediaContainer3::GetFileExtension().  That is required for autodetect.

    I don't think it applies to your plug-in (which supports .BLT files), but note that .MXF files are excluded from Autodetect handling.

    AMA autodetect works by presenting the file-path to each plug-in in turn (as long as the filename extension is on the plug-in's supported-file-extension list), asking "do you support this file?". The first one to return 'true' wins the autodetect.   Unfortunately, some of the 10-or-so AMA plug-ins that support MXF files return 'true' for files they don't really support so we needed to turn off autodetect for that case until all our AMA partners release updated plug-ins. 

    - Don

  • Fri, Apr 17 2015 7:35 AM In reply to

    • Francesco
    • Not Ranked
    • Joined on Wed, May 16 2012
    • Pisa - Italy
    • Posts 70
    • Points 695

    Re: Autodetecting plugin

    Hi DOn

    the plugin yet implements both methos. GetFileExtension updates fileNameExtension, shortName and description pointers but the method returns ACF_OK. Right ?

  • Fri, Apr 17 2015 8:17 AM In reply to

    • Francesco
    • Not Ranked
    • Joined on Wed, May 16 2012
    • Pisa - Italy
    • Posts 70
    • Points 695

    Re: Autodetecting plugin

    Hi Don

    another question related...  My version of AMA SDK is the 3.1.2660.  There are new releases ?  Should we sign another NDA ?

    regards

    Filed under:
  • Wed, Apr 22 2015 1:23 PM In reply to

    Re: Autodetecting plugin

    Hi Francesco,

    Your NDA is still current.  We will announce major updates to the AMA SDK to this forum.

    - Don

Page 1 of 1 (5 items)

© Copyright 2011 Avid Technology, Inc.  Terms of Use |  Privacy Policy |  Site Map |  Find a Reseller