Latest post Wed, Jul 26 2017 9:10 PM by Bill Harris. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • Mon, Jul 3 2017 4:07 PM

    • Bill Harris
    • Not Ranked
    • Joined on Mon, Mar 17 2014
    • Nevada City, CA
    • Posts 5
    • Points 55

    XDCAM AMA Plugin error

    Hi all,

    I'm hoping an Avid employee monitoring this forum might be able to tell me what the assertion referenced in this error message is checking for?

    "* Exception: FATAL_ERROR, msg:Assertion failed: FALSE, file:..\..\src\msm\MPEG2GOPInfo.cpp, line:69."

    Thank you in anticipation!!

  • Tue, Jul 4 2017 4:10 PM In reply to

    • RalphC
    • Top 50 Contributor
    • Joined on Wed, Sep 2 2015
    • Posts 2,932
    • Points 32,380

    Re: XDCAM AMA Plugin error

    GrassValleyAMA:

    Hi all,

    I'm hoping an Avid employee monitoring this forum might be able to tell me what the assertion referenced in this error message is checking for?

    "* Exception: FATAL_ERROR, msg:Assertion failed: FALSE, file:..\..\src\msm\MPEG2GOPInfo.cpp, line:69."

    Thank you in anticipation!!

     

    Please complete your profile.Thanks!

     

    RalphC

    MacBook Pro 15 2018 Intel Core i7 2.6GHz Mac 10.15.7 Intel UHD 630. [view my complete system specs]
  • Tue, Jul 25 2017 6:44 PM In reply to

    • mikedeluca
    • Not Ranked
    • Joined on Tue, Feb 28 2017
    • Posts 7
    • Points 85

    Re: XDCAM AMA Plugin error

    Here it is: the calculated GOP size is less than or equal to zero.

    AvBigByteCount_t thisGopOffset = pMapper->GetIndexOffset(firstSample*2);

    AvBigByteCount_t nextGopOffset = pMapper->GetIndexOffset(nextIFrame*2);

    AvBigByteCount_t GopSize =  nextGopOffset - thisGopOffset;

    if (GopSize <= 0)  // something is wrong

    {

           CoreEvent(DECODE_AND_FTC, 6, "CreateMPEG2GOPInfoFromMapper: bad GopSize, firstSample %d, offset %d, nextIFrame %d, offset %d, SampleNumDisplayOrder %d",

                  (int)firstSample, (int)thisGopOffset, (int)nextIFrame, (int)nextGopOffset, SampleNumDisplayOrder);

           FtlAssertNotReached(); // LINE 69

    }

     

     

    The MC application uses a combination of GetSampleProperties(), GetNumberOfSamples(), GetSamplePosition() and GetSampleSize() from the AMA plugin to determine the GOP size; you should verify that the values returned by the AMA plug-in for these make sense.

  • Wed, Jul 26 2017 9:10 PM In reply to

    • Bill Harris
    • Not Ranked
    • Joined on Mon, Mar 17 2014
    • Nevada City, CA
    • Posts 5
    • Points 55

    Re: XDCAM AMA Plugin error

    Thank you. We'll give this a shot........

     

    -Bill Harris

Page 1 of 1 (4 items)

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