Blog Forum Wiki Links Contact Us NetbookUser

You are not logged in.

#1 2009-09-03 10:28:59 am

faman
Member
Registered: 2009-09-03
Posts: 36

[TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

Test demonstrating the capabilities of the Intel GMA 500 for hardware decoding of HD streams and then the method for setting up in Vista / 7.

I / TEST

The tests were conducted on:
Asus EEEPC T91
Atom Z520
US15W Intel (GMA 500 integrated)
Windows 7 RTM EN MSDN (16385.7600 X15)
Standard plugged power mode(SHE = HighPerformance and power mode = normal use)
Benchmark DxVAChecker 2.0.2.1

tested movies :
I Am Legend trailer, 1080p, H.264, 121 Mb, 02:03. Download here
Robotica, 1080p, VC-1, 19.3 MB, 00:20. Download here

H.264

Three codecs were tested:
Microsoft H264 video decoder MFT (DxVA supported) (used by default in Windows 7)
Intel Media Codecs H.264 Decoder (DXVA supported)
Cyberlink H.264/AVC Decoder v2.1.0.1513 (PDVD8) (DxVA supported)

http://a.imagehost.org/t/0423/IAmLegend_1080i_Microsoft_h264.jpg http://a.imagehost.org/t/0522/IAmLegend_1080i_IntelGMA500Codec_h264.jpg http://a.imagehost.org/t/0830/IAmLegend_1080i_PowerDVD8_h264.jpg

The codec from Cyberlink is doing much better than the other two above the level of the CPU.

VC-1

Tested codecs :
WM Video Decoder DMO (DxVA unsupported) (used by default in Windows 7)
Intel Media VC-1 codecs Decoder (DXVA Support)

http://a.imagehost.org/t/0227/Robotica_1080p_Microsoft_WMVideo_VC1.jpg http://a.imagehost.org/t/0022/Robotica_1080p_IntelGMA500Codec_VC1.jpg

Microsoft codec does not support DXVA (DirectX Video Acceleration), the video is simply unreadable.

II / TUTO

First, you need to update DirectX and install the latest GMA 500 drivers (used Vista compatibility for the setup)

1 / Windows Media Player and Media Center.

By default, as indicated above, the decoders used by Windows are for the H.264, Microsoft H264 video decoder MFT and WMV-HD, WM Video Decoder DMO. We are going to replace them respectively, the Cyberlink H.264 Decoder v2.1.0.1513 Intel Media and VC-1 codecs Decoder. These last two are therefore now used by WMP and Media Center to decode H.264 and WMV-HD.

> Installation: Install the Cyberlink H.264 codec and the intel Media VC-1 codec (VC-1 used Vista compatibility for the setup)
Everything is in the archive for download at the end of the post.

Open Filter Manager
DirectShow in the list and CyberLink H.264 codec.
Open the property page and enable DxVA.


> Changing the registry:

H.264


the registry key that calls the codec is:

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ MediaFoundation \ Transforms \ Preferred]
(34363248-0000-0010-8000-00AA00389B71)

We must first get permission on this key, open Regedit, navigate to [HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ MediaFoundation \ Transforms \ Preferred], right click on Preferred, then Autorisations, Advanced, Owner, click on your username , tick the box "Replace owner on containers and objects", then Apply, then OK, OK again to close. Reopen the permissions, point to administrators to check Full Control, Apply and close.

Then replace the value of the key described above, the data (62CE7E72-4C71-4d20-B15D-452831A87D9D) by (C16541FF-49ED-4DEA-9126-862F57722E31)


Code:

 h264 Microsoft Video Decoder (MFT) 
(62CE7E72-4C71-4d20-B15D-452831A87D9D) 
Media Foundation Transform 
  [Input] 
MEDIATYPE_Video / MediaSubtype_H264 (Intel ITU H.264) 


Cyberlink H.264/AVC Decoder 
(C16541FF-49ED-4DEA-9126-862F57722E31) 
DirectShow Filter 
  [Input] 
   BD6ED182-E466-450B-B474-402BD1536A11 / 8D2D71CB-243E-45E3-B2D8-5FD7967EC09B 
   BD6ED182-E466-450B-B474-402BD1536A12 / 8D2D71CB-243E-45E3-B2D8-5FD7967EC09B 
   0F24EDB7-5D9E-49ac-B8EF-374A5D450BF6 / 8D2D71CB-243E-45E3-B2D8-5FD7967EC09B 
   0F24EDB7-5D9E-49ac-B8EF-374A5D450BF7 / 8D2D71CB-243E-45E3-B2D8-5FD7967EC09B 
   AE8D4CF2-6FFD-4322-B141-A56F7061D0C1 / 8D2D71CB-243E-45E3-B2D8-5FD7967EC09B 
   AE8D4CF2-6FFD-4322-B141-A56F7061D0C2 / 8D2D71CB-243E-45E3-B2D8-5FD7967EC09B 
   E2522457-EB83-45B1-B45E-B298786D0E70 / 8D2D71CB-243E-45E3-B2D8-5FD7967EC09B 
   MEDIATYPE_Video / 8D2D71CB-243E-45E3-B2D8-5FD7967EC09B 
   MEDIATYPE_Video / MediaSubtype_DAVC (Dicas mpegable H.264/MPEG-4 AVC base profile codec) 
   MEDIATYPE_Video / MediaSubtype_AVC1 (ISO / IEC MPEG-4) 
   MEDIATYPE_Video / MediaSubtype_VSSH (Vanguard VSS H.264) 
   MEDIATYPE_Video / MediaSubtype_H264 (Intel ITU H.264) 
   MEDIATYPE_Video / MediaSubtype_x264 (X264 - XiWave GNU GPL x264 MPEG-4 Codec)

VC-1

registry keys that call the codec are:

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ MediaFoundation \ Transforms \ Preferred]
(31435657-0000-0010-8000-00AA00389B71)
(31564D57-0000-0010-8000-00AA00389B71)
(32505657-0000-0010-8000-00AA00389B71)
(32564D57-0000-0010-8000-00AA00389B71)
(33564D57-0000-0010-8000-00AA00389B71)
(41564D57-0000-0010-8000-00AA00389B71)
(50564D57-0000-0010-8000-00AA00389B71)
(52564D57-0000-0010-8000-00AA00389B71)

[HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ DirectShow \ Preferred]
(31435657-0000-0010-8000-00AA00389B71)
(31564D57-0000-0010-8000-00AA00389B71)
(32505657-0000-0010-8000-00AA00389B71)
(32564D57-0000-0010-8000-00AA00389B71)
(33564D57-0000-0010-8000-00AA00389B71)
(41564D57-0000-0010-8000-00AA00389B71)
(50564D57-0000-0010-8000-00AA00389B71)
(52564D57-0000-0010-8000-00AA00389B71)

We must first obtain the permissions on these keys. For the first, we have done it for H.264.

Then replace in each key value described above, the data (82D353DF-90BD-4382-8BC2-3F6192B76E34) by (2B53D708-FFE1-4DA3-B3A8-F8EC247C374F)

Code:

 MS WMVideo DECODE (BMD) 
(82D353DF-90BD-4382-8BC2-3F6192B76E34) 
DirectShow Filter 
  [Input] 
   MEDIATYPE_Video / MediaSubtype_WMV1 (Windows Media Video V7) 
   MEDIATYPE_Video / MediaSubtype_WMV2 (Windows Media Video V8) 
   MEDIATYPE_Video / MediaSubtype_WMV3 (Windows Media Video V9) 
   MEDIATYPE_Video / MediaSubtype_WMVA (Windows Media Video V9 Advanced Profile) 
   MEDIATYPE_Video / MediaSubtype_WVC1 (Windows Media Video 9 Advanced Profile = SMPTE 421M compliant video codec) 
   MEDIATYPE_Video / MediaSubtype_WMVP (Windows Media Video 9.1 Image) 
   MEDIATYPE_Video / MediaSubtype_WVP2 (Windows Media Video 9.1 Image V2) 

INTEL VC1 (MFT) 
(2B53D708-FFE1-4DA3-B3A8-F8EC247C374F) 
Media Foundation Transform 
  [Input] 
   MEDIATYPE_Video / MediaSubtype_WMV3 ((Windows Media Video V9) 
   MEDIATYPE_Video / MediaSubtype_WVC1 (Windows Media Video 9 Advanced Profile = SMPTE 421M compliant video codec) 
   MEDIATYPE_Video / E77F04F1-D2CF-42d3-BD8F-E7FE6319C26A

Reboot and you are now able to read almost any HD video in WMP and Media Center, but still the problem that Aero is better off before reading on pain of a crash (select the basic theme ) hopefully Intel will fix this in the next version of its drivers ...

2 / Third party software, in this case Media Player Classic Home Cinema aka MPC-HC

H264/AVC

Installing the Cyberlink H.264 codec
Open MPC-HC
In options> uncheck internal filters in the filters of processing: 2 H264 (DXVA & soft)
In output, check EVR custom
In external filters Click on Add, select Cyberlink H264/AVC PVD8 check and then preferring instead of merit.
Close MPC-HC

Open Filter Manager
cyberlink H.264 codec in the list.
Open the property page and enable DxVA.

WMV-HD (VC1)

codec intel GMA 500 VC-1 codec is a Media Foundation and not a Direct Show codec, it is my understanding now supported by any third party software. So forget it and it uses WMP.

Xvid, Divx, Etc. ...

First install MPC-HC

Place MPCVideoDec.ax in the Windows \ System32
then open a command prompt and type "regsvr32 mpcvideodec.ax" to save it.

Open MPC-HC
In external filters Click on Add, choose MPCVideoDec check and then preferring instead of merit.
In options> uncheck internal filters in the filters of transformation: the one you want.
close MPC-HC

Open Filter Manager
MPCVideoDec codec in the list.
Open the properties page check disabling the filters in MPC-HD and activate DxVA. (even if not supported for XviD / DivX)

________________________
PACK_GMA_500_HD_EN.rar
________________________


There

Last edited by faman (2009-09-26 10:41:16 am)

Offline

 

#2 2009-09-03 10:36:16 am

ottiman
Member
Registered: 2009-08-31
Posts: 16

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

Hi faman,
this looks like a lot of work. Thank you. But before I am going to watch HD an the T91 I am still trying to run Windows Seven properly on it.
You seem to already managed that. Can you maybe just make a list in which order you have installed Seven on it? Or do you know a guide?
Does the touchscreen work correct?
That would help me alot.
Thx Peter

Offline

 

#3 2009-09-06 4:05:53 am

teh pwnzr
Senior Member
From: Texas
Registered: 2009-08-29
Posts: 151

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

Did you actually get it to play HD (1080P video) at decent framerates? Did you plug into an HDTV and actually watch something, or did you just play HD on the tiny netbook's screen?

Also, this should work on a 1101HA since it uses the same chipset and processor right?

Do you have 1 or 2 gigs of ram?

Offline

 

#4 2009-09-06 10:08:19 am

faman
Member
Registered: 2009-09-03
Posts: 36

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

-  Yes the GMA 500 actually play 1080p at his best framerates with a 30-40% processor load on the T91 screen. i try to play on a 1280x1024 screen, and i've got the same result. I havn't HDTV, but i assume that work in the same way.

DON'T FORGET TO DISABLE AERO THEME WHILE PLAYING HD CONTENT

- Information about video decode provided by Intel

http://a.imagehost.org/t/0249/Intel_US15W_Video_Decode_Overview.jpg

Refer here to see levels correspondance.

- Yes, it's the same for all netbooks with Intel SCH US15W.

- i have 1 gig of ram.

Last edited by faman (2009-09-06 10:54:41 am)

Offline

 

#5 2009-09-06 7:27:30 pm

teh pwnzr
Senior Member
From: Texas
Registered: 2009-08-29
Posts: 151

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

Is there any way to do this on Windows XP that you know of?

Offline

 

#6 2009-09-07 2:10:27 am

ProfePaco
Member
Registered: 2009-08-30
Posts: 11

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

teh pwnzr wrote:

Is there any way to do this on Windows XP that you know of?

+1

Offline

 

#7 2009-09-08 5:31:06 pm

faman
Member
Registered: 2009-09-03
Posts: 36

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

Media foundation isn't available for XP, so you can't use the Intel VC-1 codec (WMV-HD)

But you can use MPC-HC with Cyberlink H.264 codec like it's describe on the third party software part of the tuto. To use Cyberlink H.264 codec in WMP11 (which support DXVA2), i need to find the CLSID in XP registry but i havn't any PC under XP but with help of someone with an xp installation, it's possible.

Last edited by faman (2009-09-08 5:32:15 pm)

Offline

 

#8 2009-09-09 9:32:15 pm

teh pwnzr
Senior Member
From: Texas
Registered: 2009-08-29
Posts: 151

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

I'll have my 1101HA this weekend (hopefully...Amazon shipping is SLOOOOW.) Let me know what I can do to help you out and I'll try my best!

Offline

 

#9 2009-09-18 4:38:17 pm

blue13x
Senior Member
Registered: 2008-10-11
Posts: 172

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

So where do you get all these decoders? for example the Cyberlink decoder, where do you get and how to install it?


Eee PC 1101HA / 2GB / Windows XP Home / Logitech MX Air/ Logitech Performance Mouse MX/ Huawei E510 3.5G modem with DVB-T / Huawei E180 3.5G modem/

Offline

 

#10 2009-09-20 5:50:02 pm

faman
Member
Registered: 2009-09-03
Posts: 36

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

I come back to home tomorrow, i have installed XP in a virtual machine so i will see.
the cyberlink decoder was extract by an Ukrainian website, just run the exe to install it, it will appear in MPC-HD, KMPlayer options or see my first post to install it by default in the system (vista, 7).

Last edited by faman (2009-09-22 4:55:36 am)

Offline

 

#11 2009-09-22 3:41:18 pm

gunnar-eee
Senior Member
From: Sweden
Registered: 2008-08-14
Posts: 254
Website

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

One issue there seem to exist no fully legal way to accomplish this. Picking up pirated drivers from odd sites makes things work (thanks for sharing the details!) but I would like players such as Asus to distinguish the described recipe, arrange legal licensing negotiation with the decoder vendors and provide this support that make the GMA500 fly. Or maybe Intel is the more appropriate player to do this since their chipset is used by several netbook vendors. In fact given Asus/Intel and others know the potential of the hw it's a mystery they release machines with it without making sure the capability is exploited to its fullest.


/gunnar
The keepers: Eee PC 4G white, Eee Top ET1602, ET2203T BD, Eee PC 1008HA, UL50VT
Stockholm, Sweden. http://medial.se

Offline

 

#12 2009-09-23 8:21:36 am

madden187
New member
Registered: 2009-08-24
Posts: 6

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

Hi faman,

I followed your 'lengthy' instructions - to the letter as far as I can tell.
I have a T91 with Windows 7 loaded.
I carried out each instruction until I reached
>>
Place MPCVideoDec.ax in the Windows \ System32
then open a command prompt and type "regsvr32 mpcvideodec.ax" to save it.
<<

At this stage I received the following error message:
"The module “mpcvideodec.ax” was loaded but the call to DllRegisterServer failed with error code 0x80070005"

I was then unable to find MPCVideoDec in the list when I opened MPC-HC.

When I then tried trying to use MPC-HC on the demo clips I get the following error messgae when I try to open them:
“No D3DX9 dll found. To enable stats, shaders and complex resizers, please make sure to install the latest DirectX End-User Runtime”

However, after clearing this  - the clips did play as follows:

1.    Robotica played but with the sound lagging behind in spurts.

2.    Hancock trailer played better with only very slight frame judder.

I wondered if you had any further tips advice - apart from following slavishly - I'm out of my depth!


There are 10 kinds of people in this world

-  those who understand binary ----------  and those who don't smile

Offline

 

#13 2009-09-26 9:45:10 am

faman
Member
Registered: 2009-09-03
Posts: 36

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

One issue there seem to exist no fully legal way to accomplish this. Picking up pirated drivers from odd sites makes things work (thanks for sharing the details!) but I would like players such as Asus to distinguish the described recipe, arrange legal licensing negotiation with the decoder vendors and provide this support that make the GMA500 fly. Or maybe Intel is the more appropriate player to do this since their chipset is used by several netbook vendors. In fact given Asus/Intel and others know the potential of the hw it's a mystery they release machines with it without making sure the capability is exploited to its fullest.

You could use default WMP codec with DXVA or Intel H.264/AVC codec for H.264/AVC files and Intel VC-1 codec to play WMV-HD, it's fully legal. Intel is working on the GMA 500 driver as the latest release was only a production version, surely final driver will be released when Windows 7 will be out.

When I then tried trying to use MPC-HC on the demo clips I get the following error messgae when I try to open them:
“No D3DX9 dll found. To enable stats, shaders and complex resizers, please make sure to install the latest DirectX End-User Runtime”

Thanks madden187, i forget to say that you need to update DirectX 9 runtime, first post has been updated.

for the MPCVideodec codec you need to install first MPC-HC.

At this stage I received the following error message:
"The module “mpcvideodec.ax” was loaded but the call to DllRegisterServer failed with error code 0x80070005"

I was then unable to find MPCVideoDec in the list when I opened MPC-HC.

Yes because MPCVideodec hasn't been registered. try to reinstall MPC-HC and register again the codec

However, after clearing this  - the clips did play as follows:

1.    Robotica played but with the sound lagging behind in spurts.

2.    Hancock trailer played better with only very slight frame judder.

I havn't this problems but:
-Robitica is a WMV-HD, so you need to use WMP to play it.
-take care to windows gadgets, if the player (WMP or other) touch them, videos will lag.
-deactive aero
-On all files, the very first frames will be dropped, it's like that.

Last edited by faman (2009-09-26 9:58:52 am)

Offline

 

#14 2009-10-08 5:34:20 pm

Plusi
New member
Registered: 2009-10-08
Posts: 4

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

I have a weird problem with my HD experience.

- Win7 Ulti x86 RTM (build 7600)
- WindowsUpdate's GMA500 drivers (newer than the hd pack's)
- 2 GB of RAM
- Spanish language pack

I followed the guide and while MPC-HC now plays H.264 video flawlessly, I have a problem with a certain file (mkv).

MPC-HC info on the file is:
Video: MPEG4 Video (H264) 1280x720 29.97fps [Japanese (Video 1)]
Audio: AAC 48000Hz stereo [Japanese (Audio 1)]
Subtitle: Advanced SubStation Alpha [English, Subtitles (Subtitle 1)]

Subtitles do not show (greyed out in menu) and video lags quite a lot especially in high movement parts. Video is http://herpes.deepbone.net/data/torrent … kv.torrent


Curiously one of the videos that play well has this info: (also mkv)
Video: MPEG4 Video (H264) 1280x720 23.98fps [Japanese, Canaan (Video 1)]
Audio: AAC 24000Hz stereo [Japanese (Audio 1)]
Subtitle: Advanced SubStation Alpha [Undetermined (Subtitle 1)]

Both have **** subtitles but one's audio has a lower sample rate. Could that be the problem?

Just for your info I had Combined Community Codec Pack installed and the first video's subtitles could be shown, and WMP could play the video as well (followed the WMP guide too). After uninstalling it thinking it could be the issue, the subtitles are not shown anymore. WMP can't find a codec for both videos, even though I supposeadly have installed the Cyberlink decoder. The I Am Legend video works flawlessly on MPC-HC.

Also for further info, I have D3D Fullscreen with GUI Support on MPC-HC enabled.

Offline

 

#15 2009-11-05 5:24:57 am

gyulaipal
Member
Registered: 2009-10-14
Posts: 32

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

Plusi,

some comments (even if they are rather late, sorry... :-)

First, a general comment: possibly it would be useful to review/re-check the processor usage values displayed by DXVA checker. I doubt that the values displayed would be real, because chekcing the processor usage of MPC-HC during playback does NOT show any significant difference when using different CODECs ... or at least I could not see it. Also, theoretically there should be minimal processor usage for all DXVA compatible decoders playing the same movie (only separating the streams and sound decoding is done by the CPU, which is easy even for the Z520 Atom), but video decoding (which, on the other hand requires a HUGE amount of calculations) is done by the GMA 500. So, theoretically there should be minimal difference between any DXVA codecs, ALL should play back video with practically zero CPU usage ... and Task Manager seems to support this theory. For this reason, I did not install the PowerDVD codec for H.264 playback in MPC-HC (in Windows 7), just use the built-in decoder of MPC-HC (but playback of VC-1 does require the Intel CODEC and using Windows Media Player).

So, if there is a problem with the playback of a h.264 movie, then you can right click on the image surface to display the popup menu (useful to pause playback before doing it, so it is faster) and from the popup menu, choose Filters/MPC Video Decoder.

Now there are two options:

1. If, in the lower part of the Properties window (within the DXVA settings area) you see DXVA Mode as "H.264 bitstream decoder, no FGT" or something similar, then the video is played back with DXVA and it should work well, run without dropping frames supposing you disabled Aero, and use the latest video drivers and directX. Processor utilization in this case should be under 50% during playback.

2. On the other hand, if you see the DXVA mode as "Not using DXVA" than the CPU is decoding the movie and it should be much slower. In this case possibly the movie itself is not compatible with DXVA decoding (some of the encoding parameters were set outside the limits allowed by hardware decoding when the movie was compressed). In this case there is not much chance to playback the movie on the GMA 500 ... so, you should get another version of the movie with right encoding settings.

Also, when using DXVA, MPC-HC displays on the status bar the "Playing (DXVA)" instead of simply "Playing" but this does not seem to be a reliable indicator for me (sometimes display false info), so, I use the above method if I want to be sure.

Also, DXVA decoding requires NO ADDITIONAL FILTERS between the player program and the DXVA decoder. E.g. if you use a third party program to display subtitles (like directvobsub), then you can forget DXVA. The ONLY way to display subtitles with DXVA decoding (within MPC-HC) is to use the built-in subtitle engine of MPC-HC and also you have to use the "EVR Custom Pres" renderer in order to successfully display subtitles.

By the way, I am only a guest from the 1101Ha group, because I only have a 1101Ha, NOT a T91, but they use the same processor/chipset, so, they are very close to being identical in this respect. On the 1101Ha, if you play back an 1080p movie with subtitles on full screen, then some frames are dropped (supposing you do not overclock the CPU using SHE). To get rid of this problem, you should use "D3D Fullscreen Mode", but NOT (!!!!) D3D Fullscreen GUI Support (for me, it causes dropped frames to return!!!). In D3D Fullscreen mode you have to use keyboard keys to change language/subtitles, but this way I can playback 1080p nicely (with subtitles on fullscreen) at 1333MHz core clock.

If you overclock the machine (+30% = 1740MHz) then full screen 1080p with subtitles works without the D3D Fullscreen Mode, so you can again use the GUI of MPC-HC but the machine uses more electric power (because of overclocking), so, if you do not have an AC outlet available around you, then possibly it is still better to use normal clock speed and D3D Fullscreen (especially if you watch a movie from the beginning to the end, in this case the missing GUI is not a real problem ... but it is really annoying for viewing short clips).

So, Plusi, I would try to:

- remove all codec packs from my machine (MPC-HC has everyting built in that you need in practice)
- would install the software accoring to faman's description (except I would use the built-in h.264 decoder of MPC-HC ... just because it is built in by default and works well)
- would check the movie whether or not it is DXVA compatible (I guess it is not, but MPC-HC will tell it exactly)

Have luck!

Pal


1101HA as it was released from the factory: 1GB RAM / 160GB HDD / Windows XP from ASUS (rarely) / mostly Windows 7 (Build 7600) with Aero

Offline

 

#16 2009-12-23 6:22:52 am

joiacum
New member
Registered: 2009-12-23
Posts: 1

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

I am a Acer Aspire One 751h user

What should I do with the code you provide?
Should it be into a file? What name should have the file?

Offline

 

#17 2010-01-14 10:23:03 am

Reuel
New member
Registered: 2010-01-12
Posts: 9

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

Very strange: Robotica is playing fast and smoothly in KMPlayer with MHC codec - and very slow in WMP12 (with checkbox DxVA turn on).

But I'm Legent on the contrary is playing very well in WMP12 and very poor in KMPlayer (I've tried all codecs: windows, MHC, Cyberlink, CoreAVC) - and I can't do better.

Offline

 

#18 2010-01-14 8:59:25 pm

guy505050
Member
Registered: 2009-11-12
Posts: 65

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

followed every step...

H264 works great (and worked great before)

VC-1 is not even starting in WMP and crashes MPC - help, any ideas how to fix vc-1?

or some steps to redo? recheck?

************** EDIT ************

only MKV VC-1 wont work... WMV VC-1 works fine.

Last edited by guy505050 (2010-01-15 1:21:53 pm)

Offline

 

#19 2010-01-16 10:13:09 am

guy505050
Member
Registered: 2009-11-12
Posts: 65

Re: [TEST][TUTO] Intel GMA 500 vs HD hardware decoding H.264 & VC-1

bump + test file

This is MKV sample from with VC-1 encoding... i am unable to play it although wmv VC-1 plays fine.

http://rapidshare.com/files/95088346/Pl … sample.mkv

pls test it on your setup and help me config my wmp/mpc to invoke same filters during MKV vc-1 playback that it uses during wmv.

PS:
Robotica works fine.
I am Legend works fine.

WMV: VC-1, H264 - works.
MKV: only H264 works, VC-1 doesnt work.

Last edited by guy505050 (2010-01-16 10:15:39 am)

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson