Media (Intel® 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 Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Can't see why MFX_ERR_ABORTED happens

Mamil_A_
Beginner
372 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
372 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.

0 Kudos
Reply