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.

HW acceleration about mpeg2 decode on G43 chipset

sodeass
Beginner
683 Views
Hi All,

I use sample_decode.exe to decode MPEG2 stream and the execution is fine.
But the implement of decode is SW, not the HW acceleration that I need

Here is the command I used,
"sample_decode.exe -hw mpeg2 -i c:\\input.mpeg -o c:\\output.yuv"
and the platform :
OS: Win 7 Ultimate (32bit)
CPU: Pentium Dual-Core E5300@2.6GHz
Mem : 2 GB
Graphics: GMA X4500 (G43 chipset) with 8.15.10.226 (2010/10/15)
Media SDK : 2.0.12.24071 GOLD

Maybe the cause is the HW platform issue.
From the wiki, the different between X4500 and X4500HD(on G45 chipset) is the HW acceleration about VC-1 and H.264. The HW acceleration about MPEG2 seem to be the same(Maybe I am wrong).

Is there any possible software issue for this? Maybe something I missed.
Is any possible to use G43+E5300 to decode MPEG2 using HW acceleration?
(please tell me to replace the platform if now platform is out of Media SDK requirement)

Thank you in advance!

Regards,
sodeass

0 Kudos
1 Reply
Nina_K_Intel
Employee
683 Views
Hi Sodeass,

The G43 chipset is not a supported platform for Intel Media SDK.

If you'd like to try out HW decoding through Media SDK you can choose among the following options:
- G45/GM45 platform + Media SDK 1.5 GOLD development package(libmfxhw*.dll included in Media SDK 1.5 is the hardware accelerated implementation for those platforms)
- Intel HD Graphics on Core i3,5,7 processors and the 2nd generation of Core ix processors (the latter architecture is also known under codename SandyBridge). Hardware accelerated implementations of Media SDK library for those platforms would be installed by the graphics driver and you can invoke them with sample_decode of Media SDK 2.0 using the -hw command line option.

I hope this helps.

Best regards,
Nina
0 Kudos
Reply