Search
Browse
Community
Register
Help
All community
This category
This board
Knowledge base
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Intel Community
Software
Visual Computing (Graphics and Gaming)
Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
MFX_ERR_UNDEFINED_BEHAVIOR after update of graphics driver.
Option
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
marina_golovkin
a
Beginner
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
07-31-2012
12:49 AM
70 Views
MFX_ERR_UNDEFINED_BEHAVIOR after update of graphics driver.
Hi,
I encode the same stream in a cycle. Each time I call MFXVideoENCODE_Init and MFXVideoENCODE_Close. I use auto selection of any hardware implementation (MFX_IMPL_HARDWARE_ANY).
Stream info:
width = 320
height = 240
FourCC = YV12
56 frames
For example:
int total_frame_cnt = 0; //total count of encoded frames
while(1)
{
MFXVideoENCODE_Init();
Encode 56 frames...
total_frame_cnt += 56;
MFXVideoENCODE_Close();
}
After update of Processor Graphics 2000 to version 8.15.10.2696 MFXVideoENCODE_Init returns MFX_ERR_UNDEFINED_BEHAVIOR when total_frame_cnt = 114632.
0
Kudos
Share
Reply
All forum topics
Previous topic
Next topic
Link Copied
×
3 Replies
marina_golovkin
a
Beginner
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
07-31-2012
12:53 AM
70 Views
CodecId = MFX_CODEC_AVC
0
Kudos
Copy link
Share
Reply
Eric_S_Intel
Employee
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
07-31-2012
11:32 AM
70 Views
Hi,
Thanks for letting us know. We will investigate it.
-Eric
0
Kudos
Copy link
Share
Reply
Petter_L_Intel
Employee
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
08-01-2012
10:40 AM
70 Views
Hi Marina,
this has been confirmed to be an issue when using an HW accelerated session. We will work to get this resolved as soon as possible.
As a workaround you can instead close the session and create a new one for each encoding workload.
Regards,
Petter
0
Kudos
Copy link
Share
Reply
Reply
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Printer Friendly Page
All forum topics
Previous topic
Next topic