Quantcast
Channel: Intel® Software - Media
Viewing all 2185 articles
Browse latest View live

Intel Media SDK 2013 - Download?


How can I force the video group user to call only the 'iDH' driver instead of the root account?

$
0
0

Hello?

Installed with reference to Intel documentation and use GPU supported main board.

If the CreateVAAPIDevice() function is called more than once in a process
va_getDriverName() results are different for root account and video group user
Is there a way to force the video group user to call only the iHD driver?

Thank you..

 

 

-- root run result
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0

libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0

-- video group user run result
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0

libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 1
libva error: va_getDriverName() failed with operation failed,driver_name=i965
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

 

$ uname -a
Linux 3.10.0-123.9.3.32088.MSSr3.el7.x86_64 #1 SMP Tue Apr 28 06:56:44 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/centos-release
CentOS Linux release 7.1.1503 (Core)

$ MSDK version 
SDK2015ProductionEvaluation16.4.1

$ grep ^'model name' /proc/cpuinfo
model name      : Intel(R) Xeon(R) CPU E3-1286 v3 @ 3.70GHz

$ lspci -vnn | grep VGA -A 12
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3 Processor Integrated Graphics Controller [8086:041a] (rev 06) (prog-if 00 [VGA controller])
        Subsystem: Super Micro Computer Inc Device [15d9:0805]
        Flags: bus master, fast devsel, latency 0, IRQ 64
        Memory at f7400000 (64-bit, non-prefetchable) [size=4M]
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at f000 [size=64]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 2
        Capabilities: [a4] PCI Advanced Features
        Kernel driver in use: i915

00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)

$ ll /opt/intel/mediasdk/lib64

drwxr-xr-x  2 root root       76  4월 28  2015 ./
drwxr-xr-x 10 root root     4096  5월 11 01:47 ../
-rwxr-xr-x  1 root root 25162960  2월 17  2015 iHD_drv_video.so*
-rwxr-xr-x  1 root root 10605896  2월 17  2015 libmfxhw64-p.so.1.14*
lrwxrwxrwx  1 root root       20  4월 28  2015 libmfxhw64.so -> libmfxhw64-p.so.1.14*

$ id
uid=201(k3) gid=200(informix) groups=200(informix),39(video)

$ ll /dev/dri

drwxr-xr-x  2 root root       100  5월 28 02:40 ./
drwxr-xr-x 19 root root      3220  5월 28 02:40 ../
crw-rw-rw-  1 root video 226,   0  5월 28 02:40 card0
crw-rw-rw-  1 root video 226,  64  5월 28 02:40 controlD64
crw-rw-rw-  1 root video 226, 128  5월 28 02:40 renderD128

$ lsmod | grep i915
i915                  738957  3
drm_kms_helper         52758  1 i915
drm                   297577  2 i915,drm_kms_helper
i2c_algo_bit           13413  2 igb,i915
i2c_core               40325  6 drm,igb,i915,i2c_i801,drm_kms_helper,i2c_algo_bit
video                  19267  1 i915

$ vainfo
error: can't connect to X server!
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.35 (libva 1.3.1)
vainfo: Driver version: 16.4.32088-ubit
vainfo: Supported profile and entrypoints
      VAProfileNone                   : VAEntrypointVideoProc
      VAProfileNone                   : <unknown entrypoint>
      VAProfileMPEG2Simple            : VAEntrypointEncSlice
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointEncSlice
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileMPEG4Simple            : VAEntrypointVLD
      VAProfileMPEG4AdvancedSimple    : VAEntrypointVLD
      VAProfileMPEG4Main              : VAEntrypointVLD
      VAProfileH264Baseline           : VAEntrypointEncSlice
      VAProfileH264Baseline           : <unknown entrypoint>
      VAProfileH264Baseline           : <unknown entrypoint>
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264Main               : <unknown entrypoint>
      VAProfileH264Main               : <unknown entrypoint>
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileH264High               : <unknown entrypoint>
      VAProfileH264High               : <unknown entrypoint>
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileJPEGBaseline           : VAEntrypointVLD
      VAProfileJPEGBaseline           : VAEntrypointEncPicture
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264ConstrainedBaseline: <unknown entrypoint>
      VAProfileH264ConstrainedBaseline: <unknown entrypoint>
      VAProfileVP8Version0_3          : VAEntrypointEncSlice
      VAProfileVP8Version0_3          : VAEntrypointVLD
      VAProfileVP8Version0_3          : <unknown entrypoint>

$ env

LIBVA_DRIVERS_PATH=/opt/intel/mediasdk/lib64
LIBVA_DRIVER_NAME=iHD
MFX_HOME=/opt/intel/mediasdk

[HD505] profiling

$
0
0

I am checking out the GPU (HD505) encoding performance of a E3950 board that runs a custom Linux image:

  • kernel 4.14 (with i915 patches)
  • Media driver (master branch, HEAD)
  • Media sdk  (master branch, HEAD)

both are build from source (open source github repository).

I am using the 'sample encode' tool to encode 100 YUV frames (4096x2160) into hevc format.

And, compared to another board that ships an HD530 GPU, it takes 4 times longer to encode the file. (~25s vs ~6s)
Profiling the system with the help of  vtune , I saw that most of the time, the 'sample_encode' tool was waiting for the GPU.

To make sure I did not forget anything while building the media stack on the image,
does  those results seems ok on your side ?

I mean, If I was expecting to lose performance on the E3950 board, this difference sounds excessive to me .

 

 

 

How to Setup Intel Media Server Studio 2015 on CentOS?

Intel Media Server Studio Edition related inquiries.

$
0
0

Hello?

Do I need to buy Intel Media Server Studio version?

It is possible to buy all versions of Intel Media Server Studio Edition?

Thanks in advance.

mediasdk tracer Dumps Everything Expect Error

$
0
0

I am trying to create a simple "hello world" sort of program with the Media SDK to encode a small H264 stream.

I have not been able to figure out why `MFXVideoENCODE_Init` returns MFX_ERR_INVALID_VIDEO_PARAM and I tried to use the mediasdk tracer to figure out the illegal parameter(s) but it only tells me the return value.

Source:

#include <malloc.h>
#include <stdio.h>
#include <string.h>

#include <mfxvideo.h>

#define null ((void*)0)

#define WIDTH 640
#define HEIGHT 480

/*

MFXVideoENCODE_QueryIOSurf(session, &init_param, &request);
allocate_pool_of_frame_surfaces(request.NumFrameSuggested);
MFXVideoENCODE_Init(session, &init_param);
sts=MFX_ERR_MORE_DATA;
for (;;) {
	if (sts==MFX_ERR_MORE_DATA && !end_of_stream()) {  
		find_unlocked_surface_from_the_pool(&surface);        
		fill_content_for_encoding(surface);  
	}   
	surface2=end_of_stream() ? NULL : surface;
	sts = MFXVideoENCODE_EncodeFrameAsync(session, NULL, surface2, bits, &syncp);
	if (end_of_stream() && sts == MFX_ERR_MORE_DATA) break;
	… // other error handling    
	if (sts==MFX_ERR_NONE) { 
		MFXVideoCORE_SyncOperation(session, syncp, INFINITE);        
		do_something_with_encoded_bits(bits);  
	}
} 
MFXVideoENCODE_Close();
free_pool_of_frame_surfaces();

*/

int main(){
	mfxSession session;

	if (MFXInit(
		MFX_IMPL_AUTO,
		null,
		&session
	) != MFX_ERR_NONE) {
		printf("Failed to init MFX\n");
		return 1;
	}

	mfxVideoParam videoParam;
	mfxFrameAllocRequest frameAllocationRequest;

	memset(&videoParam, 0, sizeof(mfxVideoParam));
	videoParam.AllocId = 1;
	videoParam.IOPattern = MFX_IOPATTERN_IN_SYSTEM_MEMORY | MFX_IOPATTERN_OUT_SYSTEM_MEMORY;

	videoParam.mfx.CodecId = MFX_CODEC_AVC;
	videoParam.mfx.TargetKbps = 6000;
	videoParam.mfx.EncodedOrder = 1;

	videoParam.mfx.FrameInfo.FourCC = MFX_FOURCC_RGB4;
	videoParam.mfx.FrameInfo.Width = WIDTH;
	videoParam.mfx.FrameInfo.Height = HEIGHT;
	videoParam.mfx.FrameInfo.CropX = 0;
	videoParam.mfx.FrameInfo.CropY = 0;
	videoParam.mfx.FrameInfo.CropW = WIDTH;
	videoParam.mfx.FrameInfo.CropH = HEIGHT;
	videoParam.mfx.FrameInfo.FrameRateExtN = 1;
	videoParam.mfx.FrameInfo.FrameRateExtD = 60;
	videoParam.mfx.FrameInfo.PicStruct = MFX_PICSTRUCT_PROGRESSIVE;
	videoParam.mfx.FrameInfo.ChromaFormat = MFX_CHROMAFORMAT_YUV420;
	
	if (MFXVideoENCODE_QueryIOSurf(
		session,
		&videoParam,
		&frameAllocationRequest
	) != MFX_ERR_NONE) {
		printf("MFXVideoENCODE_QueryIOSurf failed\n");
		MFXClose(session);
		return 1;
	}

	size_t frameSize = WIDTH * HEIGHT * 4;
	void** frameDataBuffer = malloc(sizeof(void*) * frameAllocationRequest.NumFrameSuggested);
	for (int i = 0; i < frameAllocationRequest.NumFrameSuggested; i++) {
		frameDataBuffer[i] = malloc(frameSize);
	}

	if (MFXVideoENCODE_Init(session, &videoParam) != MFX_ERR_NONE) {
		printf("MFXVideoENCODE_Init failed\n");
		MFXClose(session);
		return 1;
	}

	MFXClose(session);

    return 0;
}

Here is the trace log:

11944 2018-6-3 17:43:35:905 function: DLLMain() DLL_PROCESS_ATTACH +
11944 2018-6-3 17:43:35:905     mfx_tracer: lib=none
11944 2018-6-3 17:43:35:905 function: DLLMain() DLL_PROCESS_ATTACH -

11944 2018-6-3 17:43:35:905 function: MFXInitEx(par.Implementation=MFX_IMPL_HARDWARE|MFX_IMPL_VIA_D3D9 par.Versin=000000BB134FDD64, mfxSession *session=00000252353FA2C0) +
11944 2018-6-3 17:43:35:905     LoadLibrary: none
11944 2018-6-3 17:43:35:906     MFXInitEx (impl=MFX_IMPL_HARDWARE|MFX_IMPL_VIA_D3D9, pVer=1.26, ExternalThreads=0 session=0x00000252353FA2C0
11944 2018-6-3 17:43:35:906     Required API version is 1.26
11944 2018-6-3 17:43:35:906     [WINREG]: Opening key "HKEY_CURRENT_USER\Software\Intel\MediaSDK\Dispatch" : RegOpenKeyExW()==0x2
11944 2018-6-3 17:43:35:906     Can't open HKEY_CURRENT_USER\Software\Intel\MediaSDK\Dispatch : RegOpenKeyExA()==0x0
11944 2018-6-3 17:43:35:929     Inspecting HKEY_LOCAL_MACHINE\Software\Intel\MediaSDK\Dispatch
11944 2018-6-3 17:43:35:929     found subkey: iIVB_0152
11944 2018-6-3 17:43:35:929     opened key: iIVB_0152
11944 2018-6-3 17:43:35:929     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:929     loaded DeviceID : 0x152
11944 2018-6-3 17:43:35:929     loaded Merit : 134217749
11944 2018-6-3 17:43:35:929     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:929     found subkey: iIVB_0156
11944 2018-6-3 17:43:35:929     opened key: iIVB_0156
11944 2018-6-3 17:43:35:929     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:929     loaded DeviceID : 0x156
11944 2018-6-3 17:43:35:929     loaded Merit : 134217749
11944 2018-6-3 17:43:35:929     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:930     found subkey: iIVB_015A
11944 2018-6-3 17:43:35:930     opened key: iIVB_015A
11944 2018-6-3 17:43:35:930     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:930     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:35:930     loaded Merit : 134217749
11944 2018-6-3 17:43:35:930     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:930     found subkey: iIVB_0162
11944 2018-6-3 17:43:35:930     opened key: iIVB_0162
11944 2018-6-3 17:43:35:930     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:930     loaded DeviceID : 0x162
11944 2018-6-3 17:43:35:930     loaded Merit : 134217749
11944 2018-6-3 17:43:35:930     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:930     found subkey: iIVB_0166
11944 2018-6-3 17:43:35:930     opened key: iIVB_0166
11944 2018-6-3 17:43:35:930     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:930     loaded DeviceID : 0x166
11944 2018-6-3 17:43:35:930     loaded Merit : 134217749
11944 2018-6-3 17:43:35:930     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:930     found subkey: iIVB_016A
11944 2018-6-3 17:43:35:930     opened key: iIVB_016A
11944 2018-6-3 17:43:35:930     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:930     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:35:930     loaded Merit : 134217749
11944 2018-6-3 17:43:35:930     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:930     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:35:930     opened key: iVLV2_0F31
11944 2018-6-3 17:43:35:930     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:930     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:35:930     loaded Merit : 134217749
11944 2018-6-3 17:43:35:930     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:930     found subkey: tracer
11944 2018-6-3 17:43:35:930     opened key: tracer
11944 2018-6-3 17:43:35:930     loaded VendorID : 0x10de
11944 2018-6-3 17:43:35:930     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:35:930     loaded Merit : 2147483646
11944 2018-6-3 17:43:35:930     loaded Path : D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\tools\mediasdk_tracer\mfx-tracer_64.dll
11944 2018-6-3 17:43:35:930     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:35:931     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:35:931     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:35:931     loading library D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\tools\mediasdk_tracer\mfx-tracer_64.dll
11944 2018-6-3 17:43:35:931     invoking LoadLibrary(D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\tools\mediasdk_tracer\mfx-tracer_64.dll)
11944 2018-6-3 17:43:35:931     loaded module D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\tools\mediasdk_tracer\mfx-tracer_64.dll
11944 2018-6-3 17:43:35:931     MFXInitEx(MFX_IMPL_HARDWARE|MFX_IMPL_VIA_D3D9,ver=1.26,ExtThreads=0,session=0x000002523540CD80)
11944 2018-6-3 17:43:35:931     library can't be load. MFXInit returned MFX_ERR_ABORTED
11944 2018-6-3 17:43:35:931     found subkey: iIVB_0152
11944 2018-6-3 17:43:35:931     opened key: iIVB_0152
11944 2018-6-3 17:43:35:931     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:931     loaded DeviceID : 0x152
11944 2018-6-3 17:43:35:931     loaded Merit : 134217749
11944 2018-6-3 17:43:35:931     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:931     found subkey: iIVB_0156
11944 2018-6-3 17:43:35:931     opened key: iIVB_0156
11944 2018-6-3 17:43:35:931     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:931     loaded DeviceID : 0x156
11944 2018-6-3 17:43:35:931     loaded Merit : 134217749
11944 2018-6-3 17:43:35:931     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:931     found subkey: iIVB_015A
11944 2018-6-3 17:43:35:931     opened key: iIVB_015A
11944 2018-6-3 17:43:35:931     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:931     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:35:931     loaded Merit : 134217749
11944 2018-6-3 17:43:35:931     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:931     found subkey: iIVB_0162
11944 2018-6-3 17:43:35:931     opened key: iIVB_0162
11944 2018-6-3 17:43:35:931     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:931     loaded DeviceID : 0x162
11944 2018-6-3 17:43:35:931     loaded Merit : 134217749
11944 2018-6-3 17:43:35:931     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:931     found subkey: iIVB_0166
11944 2018-6-3 17:43:35:931     opened key: iIVB_0166
11944 2018-6-3 17:43:35:931     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:932     loaded DeviceID : 0x166
11944 2018-6-3 17:43:35:932     loaded Merit : 134217749
11944 2018-6-3 17:43:35:932     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:932     found subkey: iIVB_016A
11944 2018-6-3 17:43:35:932     opened key: iIVB_016A
11944 2018-6-3 17:43:35:932     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:932     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:35:932     loaded Merit : 134217749
11944 2018-6-3 17:43:35:932     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:932     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:35:932     opened key: iVLV2_0F31
11944 2018-6-3 17:43:35:932     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:932     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:35:932     loaded Merit : 134217749
11944 2018-6-3 17:43:35:932     VendorID conflict, actual = 0x10de : required = 0x8086
11944 2018-6-3 17:43:35:932     found subkey: tracer
11944 2018-6-3 17:43:35:932     opened key: tracer
11944 2018-6-3 17:43:35:932     loaded VendorID : 0x10de
11944 2018-6-3 17:43:35:932     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:35:932     loaded Merit : 2147483646
11944 2018-6-3 17:43:35:932     merit conflict: lastMerit = 0x7ffffffe, requiredMerit = 0x7ffffffe, libraryMerit = 0x0, lastindex = 7, index = 7
11944 2018-6-3 17:43:35:932     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:35:932     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:35:955     loading default library libmfxhw64.dll
11944 2018-6-3 17:43:35:979     ver.Major=1
11944 2018-6-3 17:43:35:979     ver.Minor=26
11944 2018-6-3 17:43:35:979     ver.Version=65562
11944 2018-6-3 17:43:35:988     mfxSession session=0000000000000000
11944 2018-6-3 17:43:35:988     status=MFX_ERR_NOT_FOUND
11944 2018-6-3 17:43:35:988 >> MFXInitEx called
11944 2018-6-3 17:43:35:988     par.Implementation=MFX_IMPL_HARDWARE|MFX_IMPL_VIA_D3D9
11944 2018-6-3 17:43:35:988     par.Version.Major=1
11944 2018-6-3 17:43:35:988     par.Version.Minor=26
11944 2018-6-3 17:43:35:988     par.Version.Version=65562
11944 2018-6-3 17:43:35:988     par.ExternalThreads=0
11944 2018-6-3 17:43:35:988     par.NumExtParam=0
11944 2018-6-3 17:43:35:988     par.ExtParam=0000000000000000
11944 2018-6-3 17:43:35:988     par.reserved2[]={ 0, 0, 0, 0, 0 }
11944 2018-6-3 17:43:35:988     par.GPUCopy=0
11944 2018-6-3 17:43:35:988     par.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }

11944 2018-6-3 17:43:35:988     mfxSession session=0000000000000000
11944 2018-6-3 17:43:35:988 function: MFXInitEx(82.71 msec, status=MFX_ERR_NOT_FOUND) -

11944 2018-6-3 17:43:35:988 function: MFXInitEx(par.Implementation=MFX_IMPL_SOFTWARE par.Versin=000000BB134FDD64, mfxSession *session=00000252353FA2C0) +
11944 2018-6-3 17:43:35:988     LoadLibrary: none
11944 2018-6-3 17:43:35:989     MFXInitEx (impl=MFX_IMPL_SOFTWARE, pVer=1.26, ExternalThreads=0 session=0x00000252353FA2C0
11944 2018-6-3 17:43:35:989     Required API version is 1.26
11944 2018-6-3 17:43:35:989     [WINREG]: Opening key "HKEY_CURRENT_USER\Software\Intel\MediaSDK\Dispatch" : RegOpenKeyExW()==0x2
11944 2018-6-3 17:43:35:989     Can't open HKEY_CURRENT_USER\Software\Intel\MediaSDK\Dispatch : RegOpenKeyExA()==0x0
11944 2018-6-3 17:43:35:989     Inspecting HKEY_LOCAL_MACHINE\Software\Intel\MediaSDK\Dispatch
11944 2018-6-3 17:43:35:989     found subkey: iIVB_0152
11944 2018-6-3 17:43:35:989     opened key: iIVB_0152
11944 2018-6-3 17:43:35:989     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:989     loaded DeviceID : 0x152
11944 2018-6-3 17:43:35:989     loaded Merit : 134217749
11944 2018-6-3 17:43:35:989     loaded Path : C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:35:989     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:35:989     found subkey: iIVB_0156
11944 2018-6-3 17:43:35:989     opened key: iIVB_0156
11944 2018-6-3 17:43:35:989     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:989     loaded DeviceID : 0x156
11944 2018-6-3 17:43:35:989     loaded Merit : 134217749
11944 2018-6-3 17:43:35:989     merit conflict: lastMerit = 0x7fffffff, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 1
11944 2018-6-3 17:43:35:989     found subkey: iIVB_015A
11944 2018-6-3 17:43:35:989     opened key: iIVB_015A
11944 2018-6-3 17:43:35:989     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:989     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:35:989     loaded Merit : 134217749
11944 2018-6-3 17:43:35:989     merit conflict: lastMerit = 0x7fffffff, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 2
11944 2018-6-3 17:43:35:989     found subkey: iIVB_0162
11944 2018-6-3 17:43:35:989     opened key: iIVB_0162
11944 2018-6-3 17:43:35:990     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:990     loaded DeviceID : 0x162
11944 2018-6-3 17:43:35:990     loaded Merit : 134217749
11944 2018-6-3 17:43:35:990     merit conflict: lastMerit = 0x7fffffff, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 3
11944 2018-6-3 17:43:35:990     found subkey: iIVB_0166
11944 2018-6-3 17:43:35:990     opened key: iIVB_0166
11944 2018-6-3 17:43:35:990     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:990     loaded DeviceID : 0x166
11944 2018-6-3 17:43:35:990     loaded Merit : 134217749
11944 2018-6-3 17:43:35:990     merit conflict: lastMerit = 0x7fffffff, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 4
11944 2018-6-3 17:43:35:990     found subkey: iIVB_016A
11944 2018-6-3 17:43:35:990     opened key: iIVB_016A
11944 2018-6-3 17:43:35:990     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:990     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:35:990     loaded Merit : 134217749
11944 2018-6-3 17:43:35:990     merit conflict: lastMerit = 0x7fffffff, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 5
11944 2018-6-3 17:43:35:990     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:35:990     opened key: iVLV2_0F31
11944 2018-6-3 17:43:35:990     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:990     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:35:990     loaded Merit : 134217749
11944 2018-6-3 17:43:35:990     merit conflict: lastMerit = 0x7fffffff, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 6
11944 2018-6-3 17:43:35:990     found subkey: tracer
11944 2018-6-3 17:43:35:990     opened key: tracer
11944 2018-6-3 17:43:35:990     loaded VendorID : 0x10de
11944 2018-6-3 17:43:35:990     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:35:990     loaded Merit : 2147483646
11944 2018-6-3 17:43:35:990     loaded Path : D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\tools\mediasdk_tracer\mfx-tracer_64.dll
11944 2018-6-3 17:43:35:990     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:35:991     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:35:991     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:35:991     loading library D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\tools\mediasdk_tracer\mfx-tracer_64.dll
11944 2018-6-3 17:43:35:991     invoking LoadLibrary(D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\tools\mediasdk_tracer\mfx-tracer_64.dll)
11944 2018-6-3 17:43:35:991     loaded module D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\tools\mediasdk_tracer\mfx-tracer_64.dll
11944 2018-6-3 17:43:35:991     MFXInitEx(MFX_IMPL_SOFTWARE,ver=1.26,ExtThreads=0,session=0x00000252354AEFB0)
11944 2018-6-3 17:43:35:991     library can't be load. MFXInit returned MFX_ERR_ABORTED
11944 2018-6-3 17:43:35:991     found subkey: iIVB_0152
11944 2018-6-3 17:43:35:991     opened key: iIVB_0152
11944 2018-6-3 17:43:35:991     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:991     loaded DeviceID : 0x152
11944 2018-6-3 17:43:35:991     loaded Merit : 134217749
11944 2018-6-3 17:43:35:991     loaded Path : C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:35:991     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:35:991     found subkey: iIVB_0156
11944 2018-6-3 17:43:35:991     opened key: iIVB_0156
11944 2018-6-3 17:43:35:991     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:991     loaded DeviceID : 0x156
11944 2018-6-3 17:43:35:991     loaded Merit : 134217749
11944 2018-6-3 17:43:35:991     merit conflict: lastMerit = 0x7ffffffe, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 7, index = 1
11944 2018-6-3 17:43:35:991     found subkey: iIVB_015A
11944 2018-6-3 17:43:35:991     opened key: iIVB_015A
11944 2018-6-3 17:43:35:991     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:991     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:35:991     loaded Merit : 134217749
11944 2018-6-3 17:43:35:991     merit conflict: lastMerit = 0x7ffffffe, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 7, index = 2
11944 2018-6-3 17:43:35:991     found subkey: iIVB_0162
11944 2018-6-3 17:43:35:991     opened key: iIVB_0162
11944 2018-6-3 17:43:35:991     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:991     loaded DeviceID : 0x162
11944 2018-6-3 17:43:35:991     loaded Merit : 134217749
11944 2018-6-3 17:43:35:991     merit conflict: lastMerit = 0x7ffffffe, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 7, index = 3
11944 2018-6-3 17:43:35:991     found subkey: iIVB_0166
11944 2018-6-3 17:43:35:992     opened key: iIVB_0166
11944 2018-6-3 17:43:35:992     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:992     loaded DeviceID : 0x166
11944 2018-6-3 17:43:35:992     loaded Merit : 134217749
11944 2018-6-3 17:43:35:992     merit conflict: lastMerit = 0x7ffffffe, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 7, index = 4
11944 2018-6-3 17:43:35:992     found subkey: iIVB_016A
11944 2018-6-3 17:43:35:992     opened key: iIVB_016A
11944 2018-6-3 17:43:35:992     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:992     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:35:992     loaded Merit : 134217749
11944 2018-6-3 17:43:35:992     merit conflict: lastMerit = 0x7ffffffe, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 7, index = 5
11944 2018-6-3 17:43:35:992     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:35:992     opened key: iVLV2_0F31
11944 2018-6-3 17:43:35:992     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:992     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:35:992     loaded Merit : 134217749
11944 2018-6-3 17:43:35:992     merit conflict: lastMerit = 0x7ffffffe, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 7, index = 6
11944 2018-6-3 17:43:35:992     found subkey: tracer
11944 2018-6-3 17:43:35:992     opened key: tracer
11944 2018-6-3 17:43:35:992     loaded VendorID : 0x10de
11944 2018-6-3 17:43:35:992     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:35:992     loaded Merit : 2147483646
11944 2018-6-3 17:43:35:992     merit conflict: lastMerit = 0x7ffffffe, requiredMerit = 0x7ffffffe, libraryMerit = 0x8000015, lastindex = 7, index = 7
11944 2018-6-3 17:43:35:992     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:35:992     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:35:992     loading library C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:35:992     invoking LoadLibrary(C:\Program Files\Intel\Media SDK\libmfxhw64.dll)
11944 2018-6-3 17:43:35:995     loaded module C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:35:995     Can't find API function "MFXInitEx"
11944 2018-6-3 17:43:35:995     Can't find API function "MFXVideoPAK_Query"
11944 2018-6-3 17:43:35:995     "MFXVideoPAK_Query" is required for API 1.26
11944 2018-6-3 17:43:35:995     found subkey: iIVB_0152
11944 2018-6-3 17:43:35:995     opened key: iIVB_0152
11944 2018-6-3 17:43:35:995     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:995     loaded DeviceID : 0x152
11944 2018-6-3 17:43:35:995     loaded Merit : 134217749
11944 2018-6-3 17:43:35:995     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 0, index = 0
11944 2018-6-3 17:43:35:995     found subkey: iIVB_0156
11944 2018-6-3 17:43:35:995     opened key: iIVB_0156
11944 2018-6-3 17:43:35:996     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:996     loaded DeviceID : 0x156
11944 2018-6-3 17:43:35:996     loaded Merit : 134217749
11944 2018-6-3 17:43:35:996     loaded Path : C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:35:996     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:35:996     found subkey: iIVB_015A
11944 2018-6-3 17:43:35:996     opened key: iIVB_015A
11944 2018-6-3 17:43:35:996     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:996     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:35:996     loaded Merit : 134217749
11944 2018-6-3 17:43:35:996     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 2
11944 2018-6-3 17:43:35:996     found subkey: iIVB_0162
11944 2018-6-3 17:43:35:996     opened key: iIVB_0162
11944 2018-6-3 17:43:35:996     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:996     loaded DeviceID : 0x162
11944 2018-6-3 17:43:35:996     loaded Merit : 134217749
11944 2018-6-3 17:43:35:996     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 3
11944 2018-6-3 17:43:35:996     found subkey: iIVB_0166
11944 2018-6-3 17:43:35:996     opened key: iIVB_0166
11944 2018-6-3 17:43:35:996     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:996     loaded DeviceID : 0x166
11944 2018-6-3 17:43:35:996     loaded Merit : 134217749
11944 2018-6-3 17:43:35:996     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 4
11944 2018-6-3 17:43:35:996     found subkey: iIVB_016A
11944 2018-6-3 17:43:35:996     opened key: iIVB_016A
11944 2018-6-3 17:43:35:996     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:996     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:35:996     loaded Merit : 134217749
11944 2018-6-3 17:43:35:996     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 5
11944 2018-6-3 17:43:35:996     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:35:996     opened key: iVLV2_0F31
11944 2018-6-3 17:43:35:996     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:996     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:35:996     loaded Merit : 134217749
11944 2018-6-3 17:43:35:996     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 0, index = 6
11944 2018-6-3 17:43:35:996     found subkey: tracer
11944 2018-6-3 17:43:35:996     opened key: tracer
11944 2018-6-3 17:43:35:997     loaded VendorID : 0x10de
11944 2018-6-3 17:43:35:997     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:35:997     loaded Merit : 2147483646
11944 2018-6-3 17:43:35:997     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x7ffffffe, libraryMerit = 0x8000015, lastindex = 0, index = 7
11944 2018-6-3 17:43:35:997     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:35:997     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:35:997     loading library C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:35:997     invoking LoadLibrary(C:\Program Files\Intel\Media SDK\libmfxhw64.dll)
11944 2018-6-3 17:43:35:999     loaded module C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:35:999     Can't find API function "MFXInitEx"
11944 2018-6-3 17:43:35:999     Can't find API function "MFXVideoPAK_Query"
11944 2018-6-3 17:43:35:999     "MFXVideoPAK_Query" is required for API 1.26
11944 2018-6-3 17:43:35:999     found subkey: iIVB_0152
11944 2018-6-3 17:43:35:999     opened key: iIVB_0152
11944 2018-6-3 17:43:35:999     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:999     loaded DeviceID : 0x152
11944 2018-6-3 17:43:35:999     loaded Merit : 134217749
11944 2018-6-3 17:43:35:999     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 1, index = 0
11944 2018-6-3 17:43:35:999     found subkey: iIVB_0156
11944 2018-6-3 17:43:35:999     opened key: iIVB_0156
11944 2018-6-3 17:43:35:999     loaded VendorID : 0x8086
11944 2018-6-3 17:43:35:999     loaded DeviceID : 0x156
11944 2018-6-3 17:43:35:999     loaded Merit : 134217749
11944 2018-6-3 17:43:35:999     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 1, index = 1
11944 2018-6-3 17:43:36:0     found subkey: iIVB_015A
11944 2018-6-3 17:43:36:0     opened key: iIVB_015A
11944 2018-6-3 17:43:36:0     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:0     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:36:0     loaded Merit : 134217749
11944 2018-6-3 17:43:36:0     loaded Path : C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:0     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:36:0     found subkey: iIVB_0162
11944 2018-6-3 17:43:36:0     opened key: iIVB_0162
11944 2018-6-3 17:43:36:0     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:0     loaded DeviceID : 0x162
11944 2018-6-3 17:43:36:0     loaded Merit : 134217749
11944 2018-6-3 17:43:36:0     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 1, index = 3
11944 2018-6-3 17:43:36:0     found subkey: iIVB_0166
11944 2018-6-3 17:43:36:0     opened key: iIVB_0166
11944 2018-6-3 17:43:36:0     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:0     loaded DeviceID : 0x166
11944 2018-6-3 17:43:36:0     loaded Merit : 134217749
11944 2018-6-3 17:43:36:0     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 1, index = 4
11944 2018-6-3 17:43:36:0     found subkey: iIVB_016A
11944 2018-6-3 17:43:36:0     opened key: iIVB_016A
11944 2018-6-3 17:43:36:0     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:0     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:36:0     loaded Merit : 134217749
11944 2018-6-3 17:43:36:0     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 1, index = 5
11944 2018-6-3 17:43:36:0     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:36:0     opened key: iVLV2_0F31
11944 2018-6-3 17:43:36:0     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:0     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:36:0     loaded Merit : 134217749
11944 2018-6-3 17:43:36:0     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 1, index = 6
11944 2018-6-3 17:43:36:0     found subkey: tracer
11944 2018-6-3 17:43:36:0     opened key: tracer
11944 2018-6-3 17:43:36:0     loaded VendorID : 0x10de
11944 2018-6-3 17:43:36:0     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:36:0     loaded Merit : 2147483646
11944 2018-6-3 17:43:36:0     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x7ffffffe, libraryMerit = 0x8000015, lastindex = 1, index = 7
11944 2018-6-3 17:43:36:1     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:36:1     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:36:1     loading library C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:1     invoking LoadLibrary(C:\Program Files\Intel\Media SDK\libmfxhw64.dll)
11944 2018-6-3 17:43:36:3     loaded module C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:3     Can't find API function "MFXInitEx"
11944 2018-6-3 17:43:36:3     Can't find API function "MFXVideoPAK_Query"
11944 2018-6-3 17:43:36:3     "MFXVideoPAK_Query" is required for API 1.26
11944 2018-6-3 17:43:36:3     found subkey: iIVB_0152
11944 2018-6-3 17:43:36:3     opened key: iIVB_0152
11944 2018-6-3 17:43:36:3     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:3     loaded DeviceID : 0x152
11944 2018-6-3 17:43:36:3     loaded Merit : 134217749
11944 2018-6-3 17:43:36:3     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 2, index = 0
11944 2018-6-3 17:43:36:3     found subkey: iIVB_0156
11944 2018-6-3 17:43:36:3     opened key: iIVB_0156
11944 2018-6-3 17:43:36:3     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:3     loaded DeviceID : 0x156
11944 2018-6-3 17:43:36:3     loaded Merit : 134217749
11944 2018-6-3 17:43:36:3     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 2, index = 1
11944 2018-6-3 17:43:36:3     found subkey: iIVB_015A
11944 2018-6-3 17:43:36:3     opened key: iIVB_015A
11944 2018-6-3 17:43:36:3     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:3     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:36:3     loaded Merit : 134217749
11944 2018-6-3 17:43:36:3     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 2, index = 2
11944 2018-6-3 17:43:36:4     found subkey: iIVB_0162
11944 2018-6-3 17:43:36:4     opened key: iIVB_0162
11944 2018-6-3 17:43:36:4     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:4     loaded DeviceID : 0x162
11944 2018-6-3 17:43:36:4     loaded Merit : 134217749
11944 2018-6-3 17:43:36:4     loaded Path : C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:4     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:36:4     found subkey: iIVB_0166
11944 2018-6-3 17:43:36:4     opened key: iIVB_0166
11944 2018-6-3 17:43:36:4     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:4     loaded DeviceID : 0x166
11944 2018-6-3 17:43:36:4     loaded Merit : 134217749
11944 2018-6-3 17:43:36:4     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 2, index = 4
11944 2018-6-3 17:43:36:4     found subkey: iIVB_016A
11944 2018-6-3 17:43:36:4     opened key: iIVB_016A
11944 2018-6-3 17:43:36:4     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:4     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:36:4     loaded Merit : 134217749
11944 2018-6-3 17:43:36:4     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 2, index = 5
11944 2018-6-3 17:43:36:4     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:36:4     opened key: iVLV2_0F31
11944 2018-6-3 17:43:36:4     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:4     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:36:4     loaded Merit : 134217749
11944 2018-6-3 17:43:36:4     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 2, index = 6
11944 2018-6-3 17:43:36:4     found subkey: tracer
11944 2018-6-3 17:43:36:4     opened key: tracer
11944 2018-6-3 17:43:36:4     loaded VendorID : 0x10de
11944 2018-6-3 17:43:36:4     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:36:4     loaded Merit : 2147483646
11944 2018-6-3 17:43:36:4     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x7ffffffe, libraryMerit = 0x8000015, lastindex = 2, index = 7
11944 2018-6-3 17:43:36:4     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:36:4     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:36:4     loading library C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:4     invoking LoadLibrary(C:\Program Files\Intel\Media SDK\libmfxhw64.dll)
11944 2018-6-3 17:43:36:6     loaded module C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:6     Can't find API function "MFXInitEx"
11944 2018-6-3 17:43:36:6     Can't find API function "MFXVideoPAK_Query"
11944 2018-6-3 17:43:36:6     "MFXVideoPAK_Query" is required for API 1.26
11944 2018-6-3 17:43:36:7     found subkey: iIVB_0152
11944 2018-6-3 17:43:36:7     opened key: iIVB_0152
11944 2018-6-3 17:43:36:7     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:7     loaded DeviceID : 0x152
11944 2018-6-3 17:43:36:7     loaded Merit : 134217749
11944 2018-6-3 17:43:36:7     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 3, index = 0
11944 2018-6-3 17:43:36:7     found subkey: iIVB_0156
11944 2018-6-3 17:43:36:7     opened key: iIVB_0156
11944 2018-6-3 17:43:36:7     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:7     loaded DeviceID : 0x156
11944 2018-6-3 17:43:36:7     loaded Merit : 134217749
11944 2018-6-3 17:43:36:7     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 3, index = 1
11944 2018-6-3 17:43:36:7     found subkey: iIVB_015A
11944 2018-6-3 17:43:36:7     opened key: iIVB_015A
11944 2018-6-3 17:43:36:7     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:7     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:36:7     loaded Merit : 134217749
11944 2018-6-3 17:43:36:7     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 3, index = 2
11944 2018-6-3 17:43:36:7     found subkey: iIVB_0162
11944 2018-6-3 17:43:36:7     opened key: iIVB_0162
11944 2018-6-3 17:43:36:7     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:7     loaded DeviceID : 0x162
11944 2018-6-3 17:43:36:7     loaded Merit : 134217749
11944 2018-6-3 17:43:36:7     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 3, index = 3
11944 2018-6-3 17:43:36:7     found subkey: iIVB_0166
11944 2018-6-3 17:43:36:8     opened key: iIVB_0166
11944 2018-6-3 17:43:36:8     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:8     loaded DeviceID : 0x166
11944 2018-6-3 17:43:36:8     loaded Merit : 134217749
11944 2018-6-3 17:43:36:8     loaded Path : C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:8     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:36:8     found subkey: iIVB_016A
11944 2018-6-3 17:43:36:8     opened key: iIVB_016A
11944 2018-6-3 17:43:36:8     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:8     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:36:8     loaded Merit : 134217749
11944 2018-6-3 17:43:36:8     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 3, index = 5
11944 2018-6-3 17:43:36:8     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:36:8     opened key: iVLV2_0F31
11944 2018-6-3 17:43:36:8     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:8     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:36:8     loaded Merit : 134217749
11944 2018-6-3 17:43:36:8     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 3, index = 6
11944 2018-6-3 17:43:36:8     found subkey: tracer
11944 2018-6-3 17:43:36:8     opened key: tracer
11944 2018-6-3 17:43:36:8     loaded VendorID : 0x10de
11944 2018-6-3 17:43:36:8     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:36:8     loaded Merit : 2147483646
11944 2018-6-3 17:43:36:8     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x7ffffffe, libraryMerit = 0x8000015, lastindex = 3, index = 7
11944 2018-6-3 17:43:36:8     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:36:8     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:36:8     loading library C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:8     invoking LoadLibrary(C:\Program Files\Intel\Media SDK\libmfxhw64.dll)
11944 2018-6-3 17:43:36:11     loaded module C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:11     Can't find API function "MFXInitEx"
11944 2018-6-3 17:43:36:11     Can't find API function "MFXVideoPAK_Query"
11944 2018-6-3 17:43:36:11     "MFXVideoPAK_Query" is required for API 1.26
11944 2018-6-3 17:43:36:11     found subkey: iIVB_0152
11944 2018-6-3 17:43:36:11     opened key: iIVB_0152
11944 2018-6-3 17:43:36:11     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:11     loaded DeviceID : 0x152
11944 2018-6-3 17:43:36:11     loaded Merit : 134217749
11944 2018-6-3 17:43:36:11     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 4, index = 0
11944 2018-6-3 17:43:36:11     found subkey: iIVB_0156
11944 2018-6-3 17:43:36:11     opened key: iIVB_0156
11944 2018-6-3 17:43:36:11     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:11     loaded DeviceID : 0x156
11944 2018-6-3 17:43:36:11     loaded Merit : 134217749
11944 2018-6-3 17:43:36:11     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 4, index = 1
11944 2018-6-3 17:43:36:11     found subkey: iIVB_015A
11944 2018-6-3 17:43:36:12     opened key: iIVB_015A
11944 2018-6-3 17:43:36:12     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:12     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:36:12     loaded Merit : 134217749
11944 2018-6-3 17:43:36:12     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 4, index = 2
11944 2018-6-3 17:43:36:12     found subkey: iIVB_0162
11944 2018-6-3 17:43:36:12     opened key: iIVB_0162
11944 2018-6-3 17:43:36:12     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:12     loaded DeviceID : 0x162
11944 2018-6-3 17:43:36:12     loaded Merit : 134217749
11944 2018-6-3 17:43:36:12     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 4, index = 3
11944 2018-6-3 17:43:36:12     found subkey: iIVB_0166
11944 2018-6-3 17:43:36:12     opened key: iIVB_0166
11944 2018-6-3 17:43:36:12     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:12     loaded DeviceID : 0x166
11944 2018-6-3 17:43:36:12     loaded Merit : 134217749
11944 2018-6-3 17:43:36:12     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 4, index = 4
11944 2018-6-3 17:43:36:12     found subkey: iIVB_016A
11944 2018-6-3 17:43:36:12     opened key: iIVB_016A
11944 2018-6-3 17:43:36:12     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:12     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:36:12     loaded Merit : 134217749
11944 2018-6-3 17:43:36:12     loaded Path : C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:12     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:36:12     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:36:12     opened key: iVLV2_0F31
11944 2018-6-3 17:43:36:12     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:12     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:36:12     loaded Merit : 134217749
11944 2018-6-3 17:43:36:12     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x8000015, lastindex = 4, index = 6
11944 2018-6-3 17:43:36:12     found subkey: tracer
11944 2018-6-3 17:43:36:12     opened key: tracer
11944 2018-6-3 17:43:36:12     loaded VendorID : 0x10de
11944 2018-6-3 17:43:36:12     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:36:12     loaded Merit : 2147483646
11944 2018-6-3 17:43:36:12     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x7ffffffe, libraryMerit = 0x8000015, lastindex = 4, index = 7
11944 2018-6-3 17:43:36:13     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:36:13     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:36:13     loading library C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:13     invoking LoadLibrary(C:\Program Files\Intel\Media SDK\libmfxhw64.dll)
11944 2018-6-3 17:43:36:15     loaded module C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:15     Can't find API function "MFXInitEx"
11944 2018-6-3 17:43:36:15     Can't find API function "MFXVideoPAK_Query"
11944 2018-6-3 17:43:36:15     "MFXVideoPAK_Query" is required for API 1.26
11944 2018-6-3 17:43:36:15     found subkey: iIVB_0152
11944 2018-6-3 17:43:36:15     opened key: iIVB_0152
11944 2018-6-3 17:43:36:15     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:16     loaded DeviceID : 0x152
11944 2018-6-3 17:43:36:16     loaded Merit : 134217749
11944 2018-6-3 17:43:36:16     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 5, index = 0
11944 2018-6-3 17:43:36:16     found subkey: iIVB_0156
11944 2018-6-3 17:43:36:16     opened key: iIVB_0156
11944 2018-6-3 17:43:36:16     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:16     loaded DeviceID : 0x156
11944 2018-6-3 17:43:36:16     loaded Merit : 134217749
11944 2018-6-3 17:43:36:16     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 5, index = 1
11944 2018-6-3 17:43:36:16     found subkey: iIVB_015A
11944 2018-6-3 17:43:36:16     opened key: iIVB_015A
11944 2018-6-3 17:43:36:16     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:16     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:36:16     loaded Merit : 134217749
11944 2018-6-3 17:43:36:16     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 5, index = 2
11944 2018-6-3 17:43:36:16     found subkey: iIVB_0162
11944 2018-6-3 17:43:36:16     opened key: iIVB_0162
11944 2018-6-3 17:43:36:16     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:16     loaded DeviceID : 0x162
11944 2018-6-3 17:43:36:16     loaded Merit : 134217749
11944 2018-6-3 17:43:36:16     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 5, index = 3
11944 2018-6-3 17:43:36:16     found subkey: iIVB_0166
11944 2018-6-3 17:43:36:16     opened key: iIVB_0166
11944 2018-6-3 17:43:36:16     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:16     loaded DeviceID : 0x166
11944 2018-6-3 17:43:36:16     loaded Merit : 134217749
11944 2018-6-3 17:43:36:16     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 5, index = 4
11944 2018-6-3 17:43:36:16     found subkey: iIVB_016A
11944 2018-6-3 17:43:36:16     opened key: iIVB_016A
11944 2018-6-3 17:43:36:16     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:16     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:36:16     loaded Merit : 134217749
11944 2018-6-3 17:43:36:16     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 5, index = 5
11944 2018-6-3 17:43:36:16     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:36:16     opened key: iVLV2_0F31
11944 2018-6-3 17:43:36:16     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:16     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:36:17     loaded Merit : 134217749
11944 2018-6-3 17:43:36:17     loaded Path : C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:17     Library type is MFX_LIB_HARDWARE
11944 2018-6-3 17:43:36:17     found subkey: tracer
11944 2018-6-3 17:43:36:17     opened key: tracer
11944 2018-6-3 17:43:36:17     loaded VendorID : 0x10de
11944 2018-6-3 17:43:36:17     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:36:17     loaded Merit : 2147483646
11944 2018-6-3 17:43:36:17     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x7ffffffe, libraryMerit = 0x8000015, lastindex = 5, index = 7
11944 2018-6-3 17:43:36:17     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:36:17     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:36:17     loading library C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:17     invoking LoadLibrary(C:\Program Files\Intel\Media SDK\libmfxhw64.dll)
11944 2018-6-3 17:43:36:19     loaded module C:\Program Files\Intel\Media SDK\libmfxhw64.dll
11944 2018-6-3 17:43:36:19     Can't find API function "MFXInitEx"
11944 2018-6-3 17:43:36:19     Can't find API function "MFXVideoPAK_Query"
11944 2018-6-3 17:43:36:19     "MFXVideoPAK_Query" is required for API 1.26
11944 2018-6-3 17:43:36:19     found subkey: iIVB_0152
11944 2018-6-3 17:43:36:19     opened key: iIVB_0152
11944 2018-6-3 17:43:36:19     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:19     loaded DeviceID : 0x152
11944 2018-6-3 17:43:36:19     loaded Merit : 134217749
11944 2018-6-3 17:43:36:20     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 6, index = 0
11944 2018-6-3 17:43:36:20     found subkey: iIVB_0156
11944 2018-6-3 17:43:36:20     opened key: iIVB_0156
11944 2018-6-3 17:43:36:20     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:20     loaded DeviceID : 0x156
11944 2018-6-3 17:43:36:20     loaded Merit : 134217749
11944 2018-6-3 17:43:36:20     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 6, index = 1
11944 2018-6-3 17:43:36:20     found subkey: iIVB_015A
11944 2018-6-3 17:43:36:20     opened key: iIVB_015A
11944 2018-6-3 17:43:36:20     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:20     loaded DeviceID : 0x15a
11944 2018-6-3 17:43:36:20     loaded Merit : 134217749
11944 2018-6-3 17:43:36:20     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 6, index = 2
11944 2018-6-3 17:43:36:20     found subkey: iIVB_0162
11944 2018-6-3 17:43:36:20     opened key: iIVB_0162
11944 2018-6-3 17:43:36:20     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:20     loaded DeviceID : 0x162
11944 2018-6-3 17:43:36:20     loaded Merit : 134217749
11944 2018-6-3 17:43:36:20     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 6, index = 3
11944 2018-6-3 17:43:36:20     found subkey: iIVB_0166
11944 2018-6-3 17:43:36:20     opened key: iIVB_0166
11944 2018-6-3 17:43:36:20     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:20     loaded DeviceID : 0x166
11944 2018-6-3 17:43:36:20     loaded Merit : 134217749
11944 2018-6-3 17:43:36:20     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 6, index = 4
11944 2018-6-3 17:43:36:20     found subkey: iIVB_016A
11944 2018-6-3 17:43:36:20     opened key: iIVB_016A
11944 2018-6-3 17:43:36:20     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:20     loaded DeviceID : 0x16a
11944 2018-6-3 17:43:36:20     loaded Merit : 134217749
11944 2018-6-3 17:43:36:20     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 6, index = 5
11944 2018-6-3 17:43:36:20     found subkey: iVLV2_0F31
11944 2018-6-3 17:43:36:20     opened key: iVLV2_0F31
11944 2018-6-3 17:43:36:20     loaded VendorID : 0x8086
11944 2018-6-3 17:43:36:20     loaded DeviceID : 0xf31
11944 2018-6-3 17:43:36:20     loaded Merit : 134217749
11944 2018-6-3 17:43:36:20     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x8000015, libraryMerit = 0x0, lastindex = 6, index = 6
11944 2018-6-3 17:43:36:21     found subkey: tracer
11944 2018-6-3 17:43:36:21     opened key: tracer
11944 2018-6-3 17:43:36:21     loaded VendorID : 0x10de
11944 2018-6-3 17:43:36:21     loaded DeviceID : 0x1401
11944 2018-6-3 17:43:36:21     loaded Merit : 2147483646
11944 2018-6-3 17:43:36:21     merit conflict: lastMerit = 0x8000015, requiredMerit = 0x7ffffffe, libraryMerit = 0x0, lastindex = 6, index = 7
11944 2018-6-3 17:43:36:21     [WINREG]: EnumKey with index=8: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:36:21     no more subkeys : RegEnumKeyExA()==0x0
11944 2018-6-3 17:43:36:21     loading default library libmfxsw64.dll
11944 2018-6-3 17:43:36:21     invoking LoadLibrary(libmfxsw64.dll)
11944 2018-6-3 17:43:36:23     loaded module D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\bin\x64\libmfxsw64.dll
11944 2018-6-3 17:43:36:23     MFXInitEx(MFX_IMPL_SOFTWARE,ver=1.26,ExtThreads=0,session=0x00000252354AEFB0)
11944 2018-6-3 17:43:36:23     MFXQueryVersion returned API: 1.26
11944 2018-6-3 17:43:36:23     library loaded succesfully
11944 2018-6-3 17:43:36:23     [HIVE]: GetFileAttributesW() unable to locate default plugin dll named D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\Software Development Kit\bin\x64\mfxplugin64_sw.dll
11944 2018-6-3 17:43:36:23     [WINREG]: Opening key "HKEY_CURRENT_USER\Software\Intel\MediaSDK\Plugin" : RegOpenKeyExW()==0x2
11944 2018-6-3 17:43:36:24     [HIVE]: Found Plugin: HKEY_LOCAL_MACHINE\Software\Intel\MediaSDK\Plugin\{15DD9368-25AD-475E-A34E-35F3F54217A6}
11944 2018-6-3 17:43:36:24     [HIVE]: Type           : 1
11944 2018-6-3 17:43:36:24     [HIVE]: CodecID        : HEVC
11944 2018-6-3 17:43:36:24     [HIVE]: GUID           : 15-DD-93-68-25-AD-47-5E-A3-4E-35-F3-F5-42-17-A6
11944 2018-6-3 17:43:36:24     [HIVE]: Path           : D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\HEVC Decoder & Encoder\Plugin\15DD936825AD475EA34E35F3F54217A6\mfxplugin64_hevcd_sw.dll
11944 2018-6-3 17:43:36:24     [HIVE]: Default        : false
11944 2018-6-3 17:43:36:24     [HIVE]: PluginVersion  : 1
11944 2018-6-3 17:43:36:24     [HIVE]: APIVersion     : 1.26
11944 2018-6-3 17:43:36:24     [HIVE]: Found Plugin: HKEY_LOCAL_MACHINE\Software\Intel\MediaSDK\Plugin\{2fca9974-9fdb-49ae-b121-a5b63ef568f7}
11944 2018-6-3 17:43:36:24     [HIVE]: Type           : 2
11944 2018-6-3 17:43:36:24     [HIVE]: CodecID        : HEVC
11944 2018-6-3 17:43:36:24     [HIVE]: GUID           : 2F-CA-99-74-9F-DB-49-AE-B1-21-A5-B6-3E-F5-68-F7
11944 2018-6-3 17:43:36:24     [HIVE]: Path           : D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\HEVC Decoder & Encoder\Plugin\2fca99749fdb49aeb121a5b63ef568f7\mfxplugin64_hevce_sw.dll
11944 2018-6-3 17:43:36:24     [HIVE]: Default        : false
11944 2018-6-3 17:43:36:24     [HIVE]: PluginVersion  : 1
11944 2018-6-3 17:43:36:24     [HIVE]: APIVersion     : 1.26
11944 2018-6-3 17:43:36:24     [HIVE]: Found Plugin: HKEY_LOCAL_MACHINE\Software\Intel\MediaSDK\Plugin\{e5400a06-c74d-41f5-b12d-430bbaa23d0b}
11944 2018-6-3 17:43:36:24     [HIVE]: Type           : 2
11944 2018-6-3 17:43:36:24     [HIVE]: CodecID        : HEVC
11944 2018-6-3 17:43:36:24     [HIVE]: GUID           : E5-40-A-6-C7-4D-41-F5-B1-2D-43-B-BA-A2-3D-B
11944 2018-6-3 17:43:36:24     [HIVE]: Path           : D:\Program Files (x86)\IntelSWTools\Intel(R) Media SDK 2018 R1\HEVC Decoder & Encoder\Plugin\e5400a06c74d41f5b12d430bbaa23d0b\mfxplugin64_hevce_gacc.dll
11944 2018-6-3 17:43:36:24     [HIVE]: Default        : false
11944 2018-6-3 17:43:36:24     [HIVE]: PluginVersion  : 1
11944 2018-6-3 17:43:36:24     [HIVE]: APIVersion     : 1.26
11944 2018-6-3 17:43:36:24     [WINREG]: EnumKey with index=3: RegEnumKeyExW()==0x103
11944 2018-6-3 17:43:36:25 >> MFXInitEx called
11944 2018-6-3 17:43:36:25     par.Implementation=MFX_IMPL_SOFTWARE
11944 2018-6-3 17:43:36:25     par.Version.Major=1
11944 2018-6-3 17:43:36:25     par.Version.Minor=26
11944 2018-6-3 17:43:36:25     par.Version.Version=65562
11944 2018-6-3 17:43:36:25     par.ExternalThreads=0
11944 2018-6-3 17:43:36:25     par.NumExtParam=0
11944 2018-6-3 17:43:36:25     par.ExtParam=0000000000000000
11944 2018-6-3 17:43:36:25     par.reserved2[]={ 0, 0, 0, 0, 0 }
11944 2018-6-3 17:43:36:25     par.GPUCopy=0
11944 2018-6-3 17:43:36:25     par.reserved[]={ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }

11944 2018-6-3 17:43:36:25     mfxSession session=0000025236C9DCA0
11944 2018-6-3 17:43:36:25 function: MFXInitEx(36.2325 msec, status=MFX_ERR_NONE) -

11944 2018-6-3 17:43:36:25 function: MFXQueryVersion(mfxSession session=0000025236C9DCA0, mfxVersion *version=00000252353FA5E0) +
11944 2018-6-3 17:43:36:25     mfxSession session=0000025236C9D4C8
11944 2018-6-3 17:43:36:25     version.Major=0
11944 2018-6-3 17:43:36:25     version.Minor=0
11944 2018-6-3 17:43:36:25     version.Version=0
11944 2018-6-3 17:43:36:25 >> MFXQueryVersion called
11944 2018-6-3 17:43:36:25     mfxSession session=0000025236C9D4C8
11944 2018-6-3 17:43:36:25     version.Major=1
11944 2018-6-3 17:43:36:25     version.Minor=26
11944 2018-6-3 17:43:36:25     version.Version=65562
11944 2018-6-3 17:43:36:25 function: MFXQueryVersion(0.000602349 msec, status=MFX_ERR_NONE) -

11944 2018-6-3 17:43:36:68 function: MFXQueryVersion(mfxSession session=0000025236C9DCA0, mfxVersion *version=000000BB134FDFE0) +
11944 2018-6-3 17:43:36:68     mfxSession session=0000025236C9D4C8
11944 2018-6-3 17:43:36:68     version.Major=0
11944 2018-6-3 17:43:36:68     version.Minor=0
11944 2018-6-3 17:43:36:68     version.Version=0
11944 2018-6-3 17:43:36:69 >> MFXQueryVersion called
11944 2018-6-3 17:43:36:69     mfxSession session=0000025236C9D4C8
11944 2018-6-3 17:43:36:69     version.Major=1
11944 2018-6-3 17:43:36:69     version.Minor=26
11944 2018-6-3 17:43:36:69     version.Version=65562
11944 2018-6-3 17:43:36:69 function: MFXQueryVersion(0.000903523 msec, status=MFX_ERR_NONE) -

11944 2018-6-3 17:43:36:69 function: MFXVideoENCODE_QueryIOSurf(mfxSession session=0000025236C9DCA0, mfxVideoParam *par=000000BB134FF440, mfxFrameAllocRequest *request=000000BB134FF530) +
11944 2018-6-3 17:43:36:69     mfxSession session=0000025236C9D4C8
11944 2018-6-3 17:43:36:70     par.AllocId=1
11944 2018-6-3 17:43:36:70     par.reserved[]={ 0, 0 }
11944 2018-6-3 17:43:36:70     par.AsyncDepth=0
11944 2018-6-3 17:43:36:70     par.mfx.reserved[]={ 0, 0, 0, 0, 0, 0, 0 }
11944 2018-6-3 17:43:36:70     par.mfx.LowPower=0
11944 2018-6-3 17:43:36:70     par.mfx.BRCParamMultiplier=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.reserved[]={ 0, 0, 0, 0 }
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.reserved4=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.BitDepthLuma=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.BitDepthChroma=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.Shift=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.mfxFrameId.TemporalId=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.mfxFrameId.PriorityId=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.mfxFrameId.DependencyId=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.mfxFrameId.QualityId=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.mfxFrameId.ViewId=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.FourCC=RGB4
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.Width=640
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.Height=480
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.CropX=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.CropY=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.CropW=640
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.CropH=480
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.BufferSize=31457920
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.reserved5=31457920
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.FrameRateExtN=1
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.FrameRateExtD=60
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.reserved3=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.AspectRatioW=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.AspectRatioH=0
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.PicStruct=1
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.ChromaFormat=1
11944 2018-6-3 17:43:36:70     par.mfx.FrameInfo.reserved2=0
11944 2018-6-3 17:43:36:70     par.mfx.CodecId=MFX_CODEC_AVC
11944 2018-6-3 17:43:36:70     par.mfx.CodecProfile=0
11944 2018-6-3 17:43:36:70     par.mfx.CodecLevel=0
11944 2018-6-3 17:43:36:70     par.mfx.NumThread=0
11944 2018-6-3 17:43:36:70     par.mfx.TargetUsage=0
11944 2018-6-3 17:43:36:70     par.mfx.GopPicSize=0
11944 2018-6-3 17:43:36:70     par.mfx.GopRefDist=0
11944 2018-6-3 17:43:36:70     par.mfx.GopOptFlag=0
11944 2018-6-3 17:43:36:70     par.mfx.IdrInterval=0
11944 2018-6-3 17:43:36:70     par.mfx.RateControlMethod=0
11944 2018-6-3 17:43:36:70     par.mfx.InitialDelayInKB=0
11944 2018-6-3 17:43:36:70     par.mfx.QPI=0
11944 2018-6-3 17:43:36:70     par.mfx.Accuracy=0
11944 2018-6-3 17:43:36:70     par.mfx.BufferSizeInKB=0
11944 2018-6-3 17:43:36:70     par.mfx.TargetKbps=6000
11944 2018-6-3 17:43:36:70     par.mfx.QPP=6000
11944 2018-6-3 17:43:36:70     par.mfx.ICQQuality=6000
11944 2018-6-3 17:43:36:70     par.mfx.MaxKbps=0
11944 2018-6-3 17:43:36:70     par.mfx.QPB=0
11944 2018-6-3 17:43:36:70     par.mfx.Convergence=0
11944 2018-6-3 17:43:36:70     par.mfx.NumSlice=0
11944 2018-6-3 17:43:36:70     par.mfx.NumRefFrame=0
11944 2018-6-3 17:43:36:70     par.mfx.EncodedOrder=1
11944 2018-6-3 17:43:36:70     par.mfx.DecodedOrder=0
11944 2018-6-3 17:43:36:70     par.mfx.ExtendedPicStruct=0
11944 2018-6-3 17:43:36:70     par.mfx.TimeStampCalc=0
11944 2018-6-3 17:43:36:70     par.mfx.SliceGroupsPresent=0
11944 2018-6-3 17:43:36:70     par.mfx.MaxDecFrameBuffering=0
11944 2018-6-3 17:43:36:70     par.mfx.EnableReallocRequest=0
11944 2018-6-3 17:43:36:70     par.mfx.reserved2[]={ 0, 0, 6000, 0, 0, 0, 1 }
11944 2018-6-3 17:43:36:70     par.mfx.JPEGChromaFormat=0
11944 2018-6-3 17:43:36:70     par.mfx.Rotation=0
11944 2018-6-3 17:43:36:70     par.mfx.JPEGColorFormat=0
11944 2018-6-3 17:43:36:70     par.mfx.InterleavedDec=0
11944 2018-6-3 17:43:36:70     par.mfx.reserved3[]={ 6000, 0, 0, 0, 1 }
11944 2018-6-3 17:43:36:70     par.mfx.Interleaved=0
11944 2018-6-3 17:43:36:70     par.mfx.Quality=0
11944 2018-6-3 17:43:36:70     par.mfx.RestartInterval=0
11944 2018-6-3 17:43:36:70     par.mfx.reserved5[]={ 0, 0, 0, 0, 0, 6000, 0, 0, 0, 1 }

11944 2018-6-3 17:43:36:70     par.Protected=0
11944 2018-6-3 17:43:36:70     par.IOPattern=MFX_IOPATTERN_IN_SYSTEM_MEMORY; MFX_IOPATTERN_OUT_SYSTEM_MEMORY;
11944 2018-6-3 17:43:36:71     par.NumExtParam=0
11944 2018-6-3 17:43:36:71     par.ExtParam=0000000000000000

11944 2018-6-3 17:43:36:71     par.reserved2=0
11944 2018-6-3 17:43:36:71     request.AllocId=3435973836
11944 2018-6-3 17:43:36:71     request.reserved[]={ 3435973836 }
11944 2018-6-3 17:43:36:71     request.reserved3[]={ 3435973836, 3435973836, 3435973836 }
11944 2018-6-3 17:43:36:71     request.Info.reserved[]={ 3435973836, 3435973836, 3435973836, 3435973836 }
11944 2018-6-3 17:43:36:71     request.Info.reserved4=52428
11944 2018-6-3 17:43:36:71     request.Info.BitDepthLuma=52428
11944 2018-6-3 17:43:36:71     request.Info.BitDepthChroma=52428
11944 2018-6-3 17:43:36:71     request.Info.Shift=52428
11944 2018-6-3 17:43:36:71     request.Info.mfxFrameId.TemporalId=52428
11944 2018-6-3 17:43:36:71     request.Info.mfxFrameId.PriorityId=52428
11944 2018-6-3 17:43:36:71     request.Info.mfxFrameId.DependencyId=52428
11944 2018-6-3 17:43:36:71     request.Info.mfxFrameId.QualityId=52428
11944 2018-6-3 17:43:36:71     request.Info.mfxFrameId.ViewId=52428
11944 2018-6-3 17:43:36:71     request.Info.FourCC=UNKNOWN
11944 2018-6-3 17:43:36:71     request.Info.Width=52428
11944 2018-6-3 17:43:36:71     request.Info.Height=52428
11944 2018-6-3 17:43:36:71     request.Info.CropX=52428
11944 2018-6-3 17:43:36:71     request.Info.CropY=52428
11944 2018-6-3 17:43:36:71     request.Info.CropW=52428
11944 2018-6-3 17:43:36:71     request.Info.CropH=52428
11944 2018-6-3 17:43:36:71     request.Info.BufferSize=14757395258967641292
11944 2018-6-3 17:43:36:71     request.Info.reserved5=3435973836
11944 2018-6-3 17:43:36:71     request.Info.FrameRateExtN=3435973836
11944 2018-6-3 17:43:36:71     request.Info.FrameRateExtD=3435973836
11944 2018-6-3 17:43:36:71     request.Info.reserved3=52428
11944 2018-6-3 17:43:36:71     request.Info.AspectRatioW=52428
11944 2018-6-3 17:43:36:71     request.Info.AspectRatioH=52428
11944 2018-6-3 17:43:36:71     request.Info.PicStruct=52428
11944 2018-6-3 17:43:36:71     request.Info.ChromaFormat=52428
11944 2018-6-3 17:43:36:71     request.Info.reserved2=52428
11944 2018-6-3 17:43:36:71     request.Type=52428
11944 2018-6-3 17:43:36:71     request.NumFrameMin=52428
11944 2018-6-3 17:43:36:71     request.NumFrameSuggested=52428
11944 2018-6-3 17:43:36:71     request.reserved2=52428
11944 2018-6-3 17:43:36:71 >> MFXVideoENCODE_QueryIOSurf called
11944 2018-6-3 17:43:36:71     mfxSession session=0000025236C9D4C8
11944 2018-6-3 17:43:36:71     par.AllocId=1
11944 2018-6-3 17:43:36:71     par.reserved[]={ 0, 0 }
11944 2018-6-3 17:43:36:71     par.AsyncDepth=0
11944 2018-6-3 17:43:36:71     par.mfx.reserved[]={ 0, 0, 0, 0, 0, 0, 0 }
11944 2018-6-3 17:43:36:71     par.mfx.LowPower=0
11944 2018-6-3 17:43:36:71     par.mfx.BRCParamMultiplier=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.reserved[]={ 0, 0, 0, 0 }
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.reserved4=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.BitDepthLuma=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.BitDepthChroma=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.Shift=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.mfxFrameId.TemporalId=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.mfxFrameId.PriorityId=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.mfxFrameId.DependencyId=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.mfxFrameId.QualityId=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.mfxFrameId.ViewId=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.FourCC=RGB4
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.Width=640
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.Height=480
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.CropX=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.CropY=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.CropW=640
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.CropH=480
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.BufferSize=31457920
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.reserved5=31457920
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.FrameRateExtN=1
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.FrameRateExtD=60
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.reserved3=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.AspectRatioW=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.AspectRatioH=0
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.PicStruct=1
11944 2018-6-3 17:43:36:71     par.mfx.FrameInfo.ChromaFormat=1
11944 2018-6-3 17:43:36:72     par.mfx.FrameInfo.reserved2=0
11944 2018-6-3 17:43:36:72     par.mfx.CodecId=MFX_CODEC_AVC
11944 2018-6-3 17:43:36:72     par.mfx.CodecProfile=0
11944 2018-6-3 17:43:36:72     par.mfx.CodecLevel=0
11944 2018-6-3 17:43:36:72     par.mfx.NumThread=0
11944 2018-6-3 17:43:36:72     par.mfx.TargetUsage=0
11944 2018-6-3 17:43:36:72     par.mfx.GopPicSize=0
11944 2018-6-3 17:43:36:72     par.mfx.GopRefDist=0
11944 2018-6-3 17:43:36:72     par.mfx.GopOptFlag=0
11944 2018-6-3 17:43:36:72     par.mfx.IdrInterval=0
11944 2018-6-3 17:43:36:72     par.mfx.RateControlMethod=0
11944 2018-6-3 17:43:36:72     par.mfx.InitialDelayInKB=0
11944 2018-6-3 17:43:36:72     par.mfx.QPI=0
11944 2018-6-3 17:43:36:72     par.mfx.Accuracy=0
11944 2018-6-3 17:43:36:72     par.mfx.BufferSizeInKB=0
11944 2018-6-3 17:43:36:72     par.mfx.TargetKbps=6000
11944 2018-6-3 17:43:36:72     par.mfx.QPP=6000
11944 2018-6-3 17:43:36:72     par.mfx.ICQQuality=6000
11944 2018-6-3 17:43:36:72     par.mfx.MaxKbps=0
11944 2018-6-3 17:43:36:72     par.mfx.QPB=0
11944 2018-6-3 17:43:36:72     par.mfx.Convergence=0
11944 2018-6-3 17:43:36:72     par.mfx.NumSlice=0
11944 2018-6-3 17:43:36:72     par.mfx.NumRefFrame=0
11944 2018-6-3 17:43:36:72     par.mfx.EncodedOrder=1
11944 2018-6-3 17:43:36:72     par.mfx.DecodedOrder=0
11944 2018-6-3 17:43:36:72     par.mfx.ExtendedPicStruct=0
11944 2018-6-3 17:43:36:72     par.mfx.TimeStampCalc=0
11944 2018-6-3 17:43:36:72     par.mfx.SliceGroupsPresent=0
11944 2018-6-3 17:43:36:72     par.mfx.MaxDecFrameBuffering=0
11944 2018-6-3 17:43:36:72     par.mfx.EnableReallocRequest=0
11944 2018-6-3 17:43:36:72     par.mfx.reserved2[]={ 0, 0, 6000, 0, 0, 0, 1 }
11944 2018-6-3 17:43:36:72     par.mfx.JPEGChromaFormat=0
11944 2018-6-3 17:43:36:72     par.mfx.Rotation=0
11944 2018-6-3 17:43:36:72     par.mfx.JPEGColorFormat=0
11944 2018-6-3 17:43:36:72     par.mfx.InterleavedDec=0
11944 2018-6-3 17:43:36:72     par.mfx.reserved3[]={ 6000, 0, 0, 0, 1 }
11944 2018-6-3 17:43:36:72     par.mfx.Interleaved=0
11944 2018-6-3 17:43:36:72     par.mfx.Quality=0
11944 2018-6-3 17:43:36:72     par.mfx.RestartInterval=0
11944 2018-6-3 17:43:36:72     par.mfx.reserved5[]={ 0, 0, 0, 0, 0, 6000, 0, 0, 0, 1 }

11944 2018-6-3 17:43:36:72     par.Protected=0
11944 2018-6-3 17:43:36:72     par.IOPattern=MFX_IOPATTERN_IN_SYSTEM_MEMORY; MFX_IOPATTERN_OUT_SYSTEM_MEMORY;
11944 2018-6-3 17:43:36:72     par.NumExtParam=0
11944 2018-6-3 17:43:36:72     par.ExtParam=0000000000000000

11944 2018-6-3 17:43:36:72     par.reserved2=0
11944 2018-6-3 17:43:36:72     request.AllocId=3435973836
11944 2018-6-3 17:43:36:72     request.reserved[]={ 3435973836 }
11944 2018-6-3 17:43:36:72     request.reserved3[]={ 3435973836, 3435973836, 3435973836 }
11944 2018-6-3 17:43:36:72     request.Info.reserved[]={ 0, 0, 0, 0 }
11944 2018-6-3 17:43:36:72     request.Info.reserved4=0
11944 2018-6-3 17:43:36:72     request.Info.BitDepthLuma=0
11944 2018-6-3 17:43:36:72     request.Info.BitDepthChroma=0
11944 2018-6-3 17:43:36:72     request.Info.Shift=0
11944 2018-6-3 17:43:36:72     request.Info.mfxFrameId.TemporalId=0
11944 2018-6-3 17:43:36:72     request.Info.mfxFrameId.PriorityId=0
11944 2018-6-3 17:43:36:72     request.Info.mfxFrameId.DependencyId=0
11944 2018-6-3 17:43:36:72     request.Info.mfxFrameId.QualityId=0
11944 2018-6-3 17:43:36:72     request.Info.mfxFrameId.ViewId=0
11944 2018-6-3 17:43:36:72     request.Info.FourCC=RGB4
11944 2018-6-3 17:43:36:72     request.Info.Width=640
11944 2018-6-3 17:43:36:72     request.Info.Height=480
11944 2018-6-3 17:43:36:72     request.Info.CropX=0
11944 2018-6-3 17:43:36:72     request.Info.CropY=0
11944 2018-6-3 17:43:36:72     request.Info.CropW=640
11944 2018-6-3 17:43:36:72     request.Info.CropH=480
11944 2018-6-3 17:43:36:72     request.Info.BufferSize=31457920
11944 2018-6-3 17:43:36:72     request.Info.reserved5=31457920
11944 2018-6-3 17:43:36:72     request.Info.FrameRateExtN=1
11944 2018-6-3 17:43:36:72     request.Info.FrameRateExtD=60
11944 2018-6-3 17:43:36:72     request.Info.reserved3=0
11944 2018-6-3 17:43:36:72     request.Info.AspectRatioW=0
11944 2018-6-3 17:43:36:72     request.Info.AspectRatioH=0
11944 2018-6-3 17:43:36:72     request.Info.PicStruct=1
11944 2018-6-3 17:43:36:72     request.Info.ChromaFormat=1
11944 2018-6-3 17:43:36:72     request.Info.reserved2=0
11944 2018-6-3 17:43:36:72     request.Type=322
11944 2018-6-3 17:43:36:72     request.NumFrameMin=2
11944 2018-6-3 17:43:36:72     request.NumFrameSuggested=2
11944 2018-6-3 17:43:36:72     request.reserved2=52428
11944 2018-6-3 17:43:36:72 function: MFXVideoENCODE_QueryIOSurf(0.00572231 msec, status=MFX_ERR_NONE) -

11944 2018-6-3 17:43:36:73 function: MFXVideoENCODE_Init(mfxSession session=0000025236C9DCA0, mfxVideoParam *par=000000BB134FF440) +
11944 2018-6-3 17:43:36:73     mfxSession session=0000025236C9D4C8
11944 2018-6-3 17:43:36:73     par.AllocId=1
11944 2018-6-3 17:43:36:73     par.reserved[]={ 0, 0 }
11944 2018-6-3 17:43:36:73     par.AsyncDepth=0
11944 2018-6-3 17:43:36:73     par.mfx.reserved[]={ 0, 0, 0, 0, 0, 0, 0 }
11944 2018-6-3 17:43:36:73     par.mfx.LowPower=0
11944 2018-6-3 17:43:36:73     par.mfx.BRCParamMultiplier=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.reserved[]={ 0, 0, 0, 0 }
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.reserved4=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.BitDepthLuma=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.BitDepthChroma=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.Shift=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.mfxFrameId.TemporalId=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.mfxFrameId.PriorityId=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.mfxFrameId.DependencyId=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.mfxFrameId.QualityId=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.mfxFrameId.ViewId=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.FourCC=RGB4
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.Width=640
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.Height=480
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.CropX=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.CropY=0
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.CropW=640
11944 2018-6-3 17:43:36:73     par.mfx.FrameInfo.CropH=480
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.BufferSize=31457920
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.reserved5=31457920
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.FrameRateExtN=1
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.FrameRateExtD=60
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.reserved3=0
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.AspectRatioW=0
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.AspectRatioH=0
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.PicStruct=1
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.ChromaFormat=1
11944 2018-6-3 17:43:36:74     par.mfx.FrameInfo.reserved2=0
11944 2018-6-3 17:43:36:74     par.mfx.CodecId=MFX_CODEC_AVC
11944 2018-6-3 17:43:36:74     par.mfx.CodecProfile=0
11944 2018-6-3 17:43:36:74     par.mfx.CodecLevel=0
11944 2018-6-3 17:43:36:74     par.mfx.NumThread=0
11944 2018-6-3 17:43:36:74     par.mfx.TargetUsage=0
11944 2018-6-3 17:43:36:74     par.mfx.GopPicSize=0
11944 2018-6-3 17:43:36:74     par.mfx.GopRefDist=0
11944 2018-6-3 17:43:36:74     par.mfx.GopOptFlag=0
11944 2018-6-3 17:43:36:74     par.mfx.IdrInterval=0
11944 2018-6-3 17:43:36:74     par.mfx.RateControlMethod=0
11944 2018-6-3 17:43:36:74     par.mfx.InitialDelayInKB=0
11944 2018-6-3 17:43:36:74     par.mfx.QPI=0
11944 2018-6-3 17:43:36:74     par.mfx.Accuracy=0
11944 2018-6-3 17:43:36:74     par.mfx.BufferSizeInKB=0
11944 2018-6-3 17:43:36:74     par.mfx.TargetKbps=6000
11944 2018-6-3 17:43:36:74     par.mfx.QPP=6000
11944 2018-6-3 17:43:36:74     par.mfx.ICQQuality=6000
11944 2018-6-3 17:43:36:74     par.mfx.MaxKbps=0
11944 2018-6-3 17:43:36:74     par.mfx.QPB=0
11944 2018-6-3 17:43:36:74     par.mfx.Convergence=0
11944 2018-6-3 17:43:36:74     par.mfx.NumSlice=0
11944 2018-6-3 17:43:36:74     par.mfx.NumRefFrame=0
11944 2018-6-3 17:43:36:74     par.mfx.EncodedOrder=1
11944 2018-6-3 17:43:36:74     par.mfx.DecodedOrder=0
11944 2018-6-3 17:43:36:74     par.mfx.ExtendedPicStruct=0
11944 2018-6-3 17:43:36:74     par.mfx.TimeStampCalc=0
11944 2018-6-3 17:43:36:74     par.mfx.SliceGroupsPresent=0
11944 2018-6-3 17:43:36:74     par.mfx.MaxDecFrameBuffering=0
11944 2018-6-3 17:43:36:74     par.mfx.EnableReallocRequest=0
11944 2018-6-3 17:43:36:74     par.mfx.reserved2[]={ 0, 0, 6000, 0, 0, 0, 1 }
11944 2018-6-3 17:43:36:74     par.mfx.JPEGChromaFormat=0
11944 2018-6-3 17:43:36:74     par.mfx.Rotation=0
11944 2018-6-3 17:43:36:74     par.mfx.JPEGColorFormat=0
11944 2018-6-3 17:43:36:74     par.mfx.InterleavedDec=0
11944 2018-6-3 17:43:36:74     par.mfx.reserved3[]={ 6000, 0, 0, 0, 1 }
11944 2018-6-3 17:43:36:74     par.mfx.Interleaved=0
11944 2018-6-3 17:43:36:74     par.mfx.Quality=0
11944 2018-6-3 17:43:36:74     par.mfx.RestartInterval=0
11944 2018-6-3 17:43:36:74     par.mfx.reserved5[]={ 0, 0, 0, 0, 0, 6000, 0, 0, 0, 1 }

11944 2018-6-3 17:43:36:74     par.Protected=0
11944 2018-6-3 17:43:36:74     par.IOPattern=MFX_IOPATTERN_IN_SYSTEM_MEMORY; MFX_IOPATTERN_OUT_SYSTEM_MEMORY;
11944 2018-6-3 17:43:36:74     par.NumExtParam=0
11944 2018-6-3 17:43:36:74     par.ExtParam=0000000000000000

11944 2018-6-3 17:43:36:74     par.reserved2=0
11944 2018-6-3 17:43:36:77 >> MFXVideoENCODE_Init called
11944 2018-6-3 17:43:36:77 function: MFXVideoENCODE_Init(2.45367 msec, status=MFX_ERR_INVALID_VIDEO_PARAM) -

11944 2018-6-3 17:43:36:77 function: MFXClose(mfxSession session=0000025236C9DCA0) +
11944 2018-6-3 17:43:36:77     mfxSession session=0000025236C9DCA0
11944 2018-6-3 17:43:36:77 >> MFXClose called
11944 2018-6-3 17:43:36:78     mfxSession session=0000025236C9DCA0
11944 2018-6-3 17:43:36:78 function: MFXClose(0.586688 msec, status=MFX_ERR_NONE) -

11944 2018-6-3 17:43:36:78 function: DLLMain() DLL_PROCESS_DETACH +
11944 2018-6-3 17:43:36:78 function: DLLMain() DLL_PROCESS_DETACH -

 

 

Relevant hardware:

  • i5-3570K
  • GTX 960
  • 24GB of system RAM

Software:

  • Windows 10 Pro x64
  • Visual Studio 2017
  • Intel Media SDK 2018 R1

Building Intel TBB for i386

$
0
0

Hi,

I want to build Intel TBB (https://github.com/01org/tbb) for i386 in macOS (Mavericks) or perhaps i386 + x86_64 Universal Binary using make, you're reading it correctly, I need a 32-bit version, can anyone tell me how can this be done?

Thanks

Mark

H.264 (AVC) to H.264 (another profile) accelerates to the same performance.

$
0
0

The document in Intel® Media Server Studio 2018 states that transcoding from H.264 (AVC) to HEVC is accelerated.
My question is
I am wondering if the conversion from H.264 (AVC) to H.264 (another profile) accelerates to the same performance.


HEVC Hardware Accelerated Sample Unable to Run

$
0
0

Hi

My machine is an Intel i7-5850EQ. I have installed the Professional Media SDK and the HEVC Evaluation.

When I tried to run the samples for HEVC encoding, I get errors.

vainfo does not show the HEVC profiles.

May I know if my hardware can support Media SDK?

Encoding VPP feature

$
0
0

Hi, i need help in adding to sample_multi_transcode VPP 10bit (P010) conversion because working VPP feature on sample_decode is working but need too much space on disk and  i preffer pay a developer to add this feature and dont upgrade server disks, can u help me?

In the latest driver version VPP (P010) conversion its working with hardware implementation, what i need is a conversion like sample_decode have, i think its possible right? If sample_decode Works i think sample_multi_transcode can be added

Regards

 

 

V4L2 and HEVC Pipeline

$
0
0

Hi

Anyone knows what is the command line to use for sample_encode when the input source is a V4L2 camera and want to use HEVC as the encoder?

I noticed that the same -p option is used for both the V4L2 and the HEVC.

2018 R1 for Windows 10 only?

$
0
0

I've just changed up to Media SDK 2018 R1 from 2016 R 2.

I just noticed that the Release Notes for 2018 R1 say that it supports Windows 10, but mention of support for Windows 8 and Windows 7 has disappeared from the release notes.

One of our items of software currently still uses DirectX 9 and needs to run on Windows 7, and the main build machine for it is also Windows 7. Our software does seem to build and run 32 and 64 bit versions OK with 2018 R1 on Windows 7 (so far at least!)

Can you please clarify what the absence of Windows 8 and 7 in the Release Notes actually means? Does it mean that 2018 R1 can only be used to build software that will only run on Window 10? Does it mean that the build machine must also be Windows 10 only ?

Confusingly, the release notes also say "This release supports only 64-bit Microsoft* Windows* applications" and "Microsoft DirectX* 11.1 is the only supported acceleration infrastructure" but yet it seems to work fine for creating 32-bit applications and DirectX 9 - can you clarify this aswell?

Given my requirements (32 and 64 bit application that uses DirectX 9 on Windows 7/8 and 10), if I am not supposed to be using 2018 R1, what is the most recent version of the Media SDK that I should be using and where can I download it from ?

 

 

MF_LOW_LATENCY attribute ends up in H.264 Main profile

$
0
0

this question is about video encoder:

Even though MF_MT_MPEG2_PROFILE  is set to  eAVEncH264VProfile_Base, MF_LOW_LATENCY results in clips encoded with H264 main profile.

Is this a bug or is there anyway to force baseline profile even when low latency is set?

Code Sample (Sobel)

$
0
0

Throughout the tutorials and opencl intro videos there is used "sobel filter" as example, can please link where can I find this example? I wanto set it up and try out the same ...

Thank you.

Add SPS and VPS Information (UltraHD compatible)

$
0
0

Hi, i like to know how can i add SPS and VPS information to be compatible with UltraHD specification, follow strict requirements

The following fields in SPS shall have the following pre-determined values.

 general_profile_space shall be set to “0”.

 sps_temporal_id_nesting_flag shall be set to “1”.

 colour_description_present_flag shall be set to “1”.

 chroma_format_idc shall be set to “1”.

 vui_parameters_present_flag shall be set to “1” (VUI parameters shall be present).

 aspect_ratio_info_present_flag in VUI parameters shall be set to “1”.

 vui_hrd_parameters_present_flag in VUI parameters shall be set to “1”.

 vui_timing_info_present_flag in VUI parameters shall be set to “1”.

 nal_hrd_parameters_present_flag in VUI parameters shall be set to “1”.

 sub_pic_hrd_params_present_flag in VUI parameters shall be set to “0”.

 fixed_pic_rate_general_flag in HRD parameters shall be set to “1”.

 overscan_appropriate_flag should be set to “0” if overscan_info_present_flag is set to 1.

 bit_depth_luma_minus8 shall be set to “2”.

 bit_depth_chroma_minus8 shall be set to “2”.

• The following fields in PPS shall have the following pre-determined values.

 dependent_slice_segments_enabled_flag shall be set to “0”. • Only progressive source is used and all pictures shall be encoded as a frame.

 general_progressive_source_flag in SPS shall be set to “1”.

 general_interlaced_source_flag in SPS shall be set to “0”.

 general_frame_only_constraint_flag in SPS shall be set to “1”.

• The no_output_of_prior_pics_flag shall be set to “0”. • The following fields in VPS shall have the following pre-determined values.

 vps_temporal_id_nesting_flag shall be set to 1.

 general_profile_space shall be set to 0.

 general_profile_idc shall be set to 2.

 general_tier_flag shall be set to 1.

 general_level_idc shall be set to 153.

 general_progressive_source_flag shall be set to “1”.

 general_interlace_source_flag shall be set to “0”.

 general_frame_only_constraint_flag shall be set to “1”.

 fixed_pic_rate_general_flag in HRD parameters, if present, shall be set to “1”

Thats all if someone from Intel can help me out


Convert YUYV into NV12 format suitable for HEVC Encoder

$
0
0

Hi

Is there any sample code to convert the YUYV format into NV12 format?

DecodeFrameAsync return MFX_ERR_UNSUPPORTED and MFX_ERR_UNDEFINED_BEHAVIOR

$
0
0

Hello,

I have use reference code from sample_decode tutorial code to decode Multiple camera streams. I m decoding Multiple streams using Multi threaded Environment. I have Use Hardware with system memory. 

Problem :

 I m able to decode FullHD streams 9-10 channel after that DecodeFrameAsync returns MFX_ERR_UNSUPPORTED and MFX_ERR_UNDEFINED_BEHAVIOR randomly. It seems that due to that some video quality get degraded.

why DecodeFrameAsync returns this error codes on increasing number of streams ?

How to handle this error in code ?

 

 

 

 

Question about interlaced HEVC encoding support with R1 2018 SDK

$
0
0

According to the release notes for the R1 2018 Intel Media SDK, available at https://software.intel.com/sites/default/files/mediasdk_release_notes.pdf , interlaced video encoding is now supported for HW HEVC encoding:  "Added interlaced content encoding support."  This is great, but it's my understanding that the changes to enable interlaced HW HEVC encoding are most likely included in the Intel Graphics driver package, not the SDK.  What's the minimum required version of the driver install package that is required to enable this functionality?  Is it available for Skylake and up?  What is the minimum SDK version required for this functionality to be present?

Thanks, Aaron Levinson

Error compiling intel media sdk sample

$
0
0

Hi,

I have installed intel media sdk on centos 7 and now I am trying to compile the intel media sdk sample provided here. Below is the error i am getting on executing make, it halts at below error. I have attached the complete make output to this post. Need help to compile the sample

Linking CXX static library ../../__lib/debug/libvpp_plugin.a

Regards

Leeladharan

AttachmentSize
Downloadtext/plainmake_output.txt22.6 KB

Conflict with NVIDIA GTX 1050 Ti ?

$
0
0

I have reproduced this problem on both Windows 7 Pro and Windows 10 Pro.  Frankly, I cannot find a proper solution so I thought I would ask the forum:
We regularly use NVIDIA NVENC and Quick Sync for hardware encoding H.264 simultaneously.  When I upgraded my GTX 950M to GTX 1050Ti, my Quick Sync encoding stopped working.  Debugging showed this:

Up front: using media_sdk_system_analyzer_64.exe, hardware (HW) is supported on this device setup up to version 1.19 on Win7 and 1.24 on Win10.  This always shows HW support us available, regardless of drivers enabled or disabled. Opportunistic version is reported as 1.19 on Win7 and Win10.

With NVIDIA 1050 Ti driver enabled (using Device Manager to enable/disable), a call to mfxSession.init() return sts = 0, and mfxSession.QueryIMPL() returns MFX_IMPL_SOFTWARE. No Hardware acceleration available.

Running the same code with NVIDIA 1050 Ti driver disabled, a call to mfxSession.init() return sts = 0, and mfxSession.QueryIMPL() returns MFX_IMPL_HARDWARE.  At this point hardware accelerated Quick Sync encoding works just fine.

To add to the problem: If I run code that links CUDART64_75.DLL (even if nothing is called in that library) with NVIDIA 1050 Ti driver enabled,  a call to mfxSession.init() return sts = -13.  (MFX_ERROR_DEVICE_LOST)

int CheckForHardwareAcceleratedIntelVideoGPU()
{
 int ret = 0; //Not hardware accelerated.
 mfxStatus           sts = MFX_ERR_NONE;
 MFXVideoSession  mfxSession;
 mfxVersion version = { 10, 1 };
 mfxIMPL    impl = MFX_IMPL_AUTO;

 sts = mfxSession.Init(impl, &version);
 printf("INTELGPU ->> mfxSession.Init() sts=%d\n", sts);
 if (sts == MFX_ERR_NONE)
  sts = mfxSession.QueryIMPL(&impl);
 if (sts == MFX_ERR_NONE)
 {
  if (impl == (MFX_IMPL_HARDWARE | MFX_IMPL_VIA_D3D9))
  {
   ret = 1;
   printf("Intel HD Video QuickSync Initialized( HARDWARE, D3D9 )\n");
  }
  else
   printf("Intel HD Video QuickSync Initialized( OTHER, %02X)\n", impl);
 }
 else
  printf("Intel HD Video QuickSync NOT INITIALIZED. sts=%d\n", sts);
 return ret;
}

Thanks for any help you can give.

System: Adlink and Commel mobos: Intel Core i7-6820EQ
GPUs tested: ZOTAC GTX 1050Ti, Aetina MMX 1050ti.
OS: Windows 7 Pro and Windows 10 Pro
Intel drivers: HD Graphics 530 version 23.20.16.4901.
NVIDIA drivers: GTX 1050 Ti 398.11 (24.21.13.9811).
Intel Media DSK 2017 R1
 

 

Viewing all 2185 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>