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.

Can't see why MFX_ERR_ABORTED happens

Mamil_A_
Beginner
185 Views

I've been implementing the transcoding engine based on API 3.1 and the demo code of 'simple_5_transcode_opaque - async - vppresize' application.

By visual inspection so far, it looks to me that the recipe has been tightly followed in terms of what happens when. The value of asyncDepth has also been chosen to match the demo code (i.e. asyncDepth=4).

However, the execution encounters the problem. When the execution runs out of all the available 'Tasks', the attempt to synchronize the session results with MFX_ERR_ABORTED. Before that, the transcoding seems to run smooth (based on the return values). The attached log file illustrates the details.

Any hint/suggestion as to what might have been the cause of this problem is highly appreciated.

0 Kudos
1 Reply
Anthony_P_Intel
Employee
185 Views

Hi,

Can you try using the tracer.exe application (in the <install dir>\tools\mediasdk_tracer director) to capture a log of the MediaSDK API calls?  The log file may provide some insight.

Thanks.

Reply