I can encode a H264 video successfully in my laptop with the following parameters:
Profile: High Profile
Level: 4.1
Size: 1920 * 1088
FPS: 30
Rate control: CBR
But in the Intel pad, MFX_WRN_DEVICE_BUSY will be thrown, and I inserted small delay and reissue the Media SDK API call.
But that didn't work, it looked like the device was always in busy status.
Is there any solution for this issue?
My laptop OS is Win7, Intel pad is Win8
Thanks