Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

AAC multi-channels is abnormal

junyoung_k_
Beginner
159 Views

While we are developing a project by Intel Media SDK 2014 Audio Pack Windows, processing of AAC multi-channels is abnormal. What is factor of problems? Is there any solutions or will you modify next version?

0 Kudos
3 Replies
Harshdeep_B_Intel
159 Views

Hi,

We have a new API version of Intel Media SDK Audio pack for windows with INDE 2015. Can you update and check if that resolves the issue. https://software.intel.com/en-us/intel-inde.

If not, can you send us more details on the issue, we can dive deep for workaround. Can also send us log from System Analyzer from <installed>\mediasdk\tools\analyser.

Thanks,

junyoung_k_
Beginner
159 Views

Input : AAC Version4 LC 6 channelS 48.0 KHz

ouput:

m_mfxEncodeParams.mfx.CodecId = MFX_CODEC_AAC;
 m_mfxEncodeParams.mfx.OutputFormat = MFX_AUDIO_AAC_ADTS;
 m_mfxEncodeParams.mfx.CodecProfile = MFX_PROFILE_AAC_LC;
 m_mfxEncodeParams.mfx.Bitrate = 128000;
 m_mfxEncodeParams.mfx.SampleFrequency = 48000;
 m_mfxEncodeParams.mfx.NumChannel = 2;
 m_mfxEncodeParams.mfx.BitPerSample = 16;
 m_mfxEncodeParams.mfx.StereoMode = 2;
 m_mfxEncodeParams.AsyncDepth = 1;

 

encode result is full noise. i think 6->2channel down encoding is probrem.

Harshdeep_B_Intel
159 Views

Hi,

Thank you for reporting the issue. So, before I dig deep into the issue, let me ask have you updated to INDE 2015 as we have new API 1.13 with major fixes and updates. Also can you send us logs from System Analyzer, <mediaSdk>/tools/system analyzer.

Thanks,  

Reply