Quantcast
Channel: Adobe Community : Popular Discussions - Premiere Pro SDK
Viewing all articles
Browse latest Browse all 53010

(audio) maxBlip returned as zero!!!!!

$
0
0

Hi,

I'm using the Exporter Sample and in the audio code SDKFile.cpp "prMALError RenderAndWriteAllAudio(exDoExportRec *exportInfoP) " there is a line that gets maxBlip.

It's coming back as ZERO when I feed AME with an avi file with 5.1 AC3. Ahhhhh.... why?

 

// The lesser of the value returned from GetMaxBlip and number of samples remaining

lRec->sequenceAudioSuite->GetMaxBlip (audioRenderID, lRec->frameRateTicks, &maxBlip);

 

if (maxBlip == 0)      <<<<<<<<<<<<<<< I added this check

{                           <<<<<<<<<<<<<<< I added this check   

// Serious Problem.<<<<<<<<<<<<<<< I added this check

return malUnknownError; <<<<<<<<<<<<<<< I added this check

} <<<<<<<<<<<<<<< I added this check

 

if (maxBlip < samplesRemaining)

{

else

{

samplesRequestedL = maxBlip;

}

 

samplesRequestedL = (csSDK_int32) samplesRemaining;

}

 




Viewing all articles
Browse latest Browse all 53010

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>