Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.
3067 Discussions

why the different vertsion of sample_decode.exe right or error?

keiyuen__feng
Beginner
415 Views

First of all,i am glad to recive to reply,I have tried two Intel media SDK (Intel(R) _media_sdk_2016.0.2 and Intel(R) _media_sdk_2017.0.1)

First:

INTELMEDIASDK_WINSDK_PATH     C:\Program Files (x86)\Windows Kits\10

INTELMEDIASDKROOT                      C:\Program Files (x86)\IntelSWTools\Intel(R)_Media_SDK_2016.0.2

file: ..x64/Debug/

                          22d62c07e672408fbb4cc20ed7a053e4/mfxplugin64_screen_capture.dll

                          22d62c07e672408fbb4cc20ed7a053e4/plugin.cfg

                          54542616243341e693ae899942ce7355/mfxplugin_camera_pipe64.dll

                          54542616243341e693ae899942ce7355/plugin.cfg

                          lib/igfx_s3dcontrol.lib

                          lib/libmfx.lib

                          lib/libmfx_d.lib

                          lib/sample_common.lib

                          libmfxaudiosw64.dll

                          libmfxsw64.dll

                          sample_decode.exe

                          sample_decode.ilk

                          sample_decode.pdb

commondline :

sample_decode.exe capture -d3d11  -hw -f 25 -p 22d62c07e672408fbb4cc20ed7a053e4 -w 1920 -h 1080 -fourcc nv12  -o output.yuv

yes,work well:

decoding Sample Version 6.0

Decoding Started

Frame number:550 ,fps 4.920 ,fread_fps:0.000,fwrite_fps:5.388

    MY QUESTION IS:one:Why the use of CPU is very high,how can i cut down the cpu?,two:  ,how can i get the 25 fps??

second:
INTELMEDIASDK_WINSDK_PATH            C:\Program Files (x86)\Windows Kits\10
INTELMEDIASDKROOT                               C:\Program Files (x86)\IntelSWTools\Intel(R)_Media_SDK_2017.0.1
x64/Debug/        22d62c07e672408fbb4cc20ed7a053e4/mfxplugin64_screen_capture.dll
                          22d62c07e672408fbb4cc20ed7a053e4/plugin.cfg
                          lib/igfx_s3dcontrol.lib
                          lib/libmfx.lib
                          lib/libmfx_d.lib
                         lib/sample_common.lib
                         libmfxaudiosw64.dll
                         libmfxsw64.dll
                         sample_decode.exe

commondline:sample_decode.exe capture -d3d11 -p 22d62c07e672408fbb4cc20ed7a053e4 -scr:w 1920 -scr:h 1080 -fourcc nv12
or:::sample_decode.exe capture -d3d11  -f 25 -p 22d62c07e672408fbb4cc20ed7a053e4 -w 1920 -h 1080 -fourcc nv12
Decoding Sample Version  8.0
Features:Press 1 to toggle fullscreen rending on/off
Why is this version going wrong?

 

0 Kudos
0 Replies
Reply