New Release D3D9Client Development

Marg

Active member
Joined
Mar 20, 2008
Messages
482
Reaction score
66
Points
28
If I check "GDI compatibility" mode, SolarLiner's client works very well! Even contrast is almost OK! No framerate problems, HDR (bloom) effect is present... sun is bright, flares are OK...
What is this GDI?
 

Eduard

Member
Joined
Dec 18, 2015
Messages
57
Reaction score
6
Points
8
If I check "GDI compatibility" mode, SolarLiner's client works very well! Even contrast is almost OK! No framerate problems, HDR (bloom) effect is present... sun is bright, flares are OK...
What is this GDI?

This means that u are no longer using your GPU of your videocard to do the calculation work of the graphics, but that you are just using your CPU, keeping the GPU quite lazy. :zzz::lol:

This is because GDI is the fundamental part of the Windows OS that draws all the common graphics like Windows, texts, pictures, etc. on the screen.
GDI is a so called application programming interface (API) which can be called directly from a program, to let Windows draw things on the screen.

When you have a very good CPU and a very bad/old graphics card, than this is may be a good idea.
But in almost all other cases it's a stupid idea, because you are not using the hardware that is specially designed for processing the type of graphics used by 3D games and simulations such as Orbiter, resulting in very low framerates. :zzz:

I hope this simple explanation helps you a bit.

---------- Post added at 10:29 PM ---------- Previous post was at 09:39 PM ----------

Important update to my above reply:

Ok, now I decided to try the same like you did, enabling GDI compatibility, to see what happens:
Unlike what should be expected, my framerates indeed increased from 40-50 to 90-100. And the quality of all graphics was still the same beauty.

This shouldn't happen, when GDI is used, no performance improvement should be expected.
As said in my above reply, you CPU does the hard work now. But I think I and you both have a pretty good CPU, so things can still work quite well.

So my conclusion was the reason had to be something else ...
I decided to disable GDI compatibility again. Back to the full GPU work.
And now my high framerates of 90-100 where still there!

My conclusion: Enabling GDI compatibility also changes other settings, which are still there after disabling it again.

And I then I discovered the problem: it's the Anti-aliasing setting (under Advanced).
It is "4x" by default, but than changed to "None" by Enabling GDI compatibility.

I don't even need Anti-aliasing. I have a 4k monitor. So it actually also should be "None" for me!
And if you also have a high resolution, you can do the same thing.
Problem solved.
 
Last edited:

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,651
Reaction score
785
Points
128
Here is D3D9 planetary surface micro textures package RC1. The moon should look pretty good but I haven't focused much attention to the Mars textures.

We are using alpha-green format for the micro textures where the normal map is stored in green and alpha channels because the quality of these two channels in DXT5 is superior to red and blue channels. In our format the red and blue channels are used to store surface luminance information (in grey scale).

Since the format is a bit tricky, we have a format converter located in D3D9DebugControls. The source format must have a normal map information is red and green channels and the surface luminance in blue channel. In other words from a traditional normal map the information in the blue channel is replace with luminance information. Red and green are unchanged. Before converting it to the alpha-green format, the source image should be passed through a high-pass filter.

Here are the downloads:
MicroTextures-RC1

and just in case the:
Old-Package

Is everything OK there ?
 

SolarLiner

It's necessary, TARS.
Addon Developer
Joined
Jun 14, 2010
Messages
1,847
Reaction score
2
Points
0
Location
404 ROAD NOT FOUND
If I check "GDI compatibility" mode, SolarLiner's client works very well! Even contrast is almost OK! No framerate problems, HDR (bloom) effect is present... sun is bright, flares are OK...
What is this GDI?

Try the build jarmonik just posted. Does this build work without GDI Compatibility mode?
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Now partial display

Hi jarmonik.
Now getting only partial display as per screenshots against RC-1 with D3D9Client-Test.

Also get crash now when attempting to revert back from dock hud to surface hud.

Is it my end ?

Orbiter log:
HTML:
**** Orbiter.log
000000.000: Build Jul 12 2016 [v.160712]
000000.000: Timer precision: 4.27636e-007 sec
000000.000: Found 0 joystick(s)
000000.000: Module AtlantisConfig.dll .... [Build 160712, API 160712]
000000.000: Module AtmConfig.dll ......... [Build 160712, API 160712]
000000.000: Module DGConfigurator.dll .... [Build 160712, API 160712]
000000.000: Module D3D9Client.dll ........ [Build 160724, API 160712]
000000.000: Module OrbiterSound.dll ...... [Build 121120, API 100830]
000000.000: Module ScnEditor.dll ......... [Build 160712, API 160712]
000000.000: Module LuaMFD.dll ............ [Build 160712, API 160712]
000000.000: 
000000.000: **** Creating simulation session
000000.000: D3D9: [DirectX 9 Initialized]
000000.000: D3D9: 3D-Adapter = Intel(R) HD Graphics 4000
000000.000: D3D9: MaxTextureWidth........: 8192
000000.000: D3D9: MaxTextureHeight.......: 8192
000000.000: D3D9: MaxTextureRepeat.......: 8192
000000.000: D3D9: VolTexAddressCaps......: 0x3F
000000.000: D3D9: NumSimultaneousRTs.....: 4
000000.000: D3D9: VertexDeclCaps.........: 0x37F
000000.000: D3D9: XNA Math Support.......: Yes
000000.000: D3D9: Vertex Texture.........: Yes
000000.000: D3D9: Shadow Mapping.........: Yes
000000.000: D3D9: D3DFMT_A16B16G16R16F...: Yes
000000.000: D3D9: D3DFMT_A32B32G32R32F...: Yes
000000.000: D3D9: D3DFMT_D32F_LOCKABLE...: No
000000.000: D3D9: D3DFMT_A2R10G10B10.....: Yes
000000.000: D3D9: D3DDTCAPS_DEC3N........: No
000000.000: D3D9: D3DDTCAPS_FLOAT16_2....: Yes
000000.000: D3D9: D3DDTCAPS_FLOAT16_4....: Yes
000000.000: D3D9: Available Texture Memory = 1781 MB
000000.000: D3D9: [3DDevice Initialized]
000000.000: D3D9: [Loading Constellations]
000000.000: D3D9: [D3D9Client Initialized]
000000.000: Module Sun.dll ............... [Build 160712, API 160712]
VSOP87(E) Sun: Precision 1e-006, Terms 554/6634
000000.000: Module Mercury.dll ........... [Build 160712, API 160712]
VSOP87(B) Mercury: Precision 1e-005, Terms 167/7123
000000.000: Module Venus.dll ............. [Build 160712, API 160712]
000000.000: Module VenusAtm2006.dll ...... [Build 160712, API 160712]
VSOP87(B) Venus: Precision 1e-005, Terms 79/1710
000000.000: Module Earth.dll ............. [Build 160712, API 160712]
000000.000: Module EarthAtmJ71G.dll ...... [Build 160712, API 160712]
VSOP87(B) Earth: Precision 1e-008, Terms 2564/2564
000000.000: Module Moon.dll .............. [Build 160712, API 160712]
ELP82: Precision 1e-005, Terms 116/829
000000.000: Module Mars.dll .............. [Build 160712, API 160712]
000000.000: Module MarsAtm2006.dll ....... [Build 160712, API 160712]
VSOP87(B) Mars: Precision 1e-005, Terms 405/6400
000000.000: Module Phobos.dll ............ [Build ******, API 060425]
000000.000: Module Deimos.dll ............ [Build ******, API 060425]
000000.000: Module Galsat.dll ............ [Build 160712, API 160712]
000000.000: Module Jupiter.dll ........... [Build 160712, API 160712]
VSOP87(B) Jupiter: Precision 1e-006, Terms 1624/3625
000000.000: Module Io.dll ................ [Build 160712, API 160712]
000000.000: Module Europa.dll ............ [Build 160712, API 160712]
000000.000: Module Ganymede.dll .......... [Build 160712, API 160712]
000000.000: Module Callisto.dll .......... [Build 160712, API 160712]
000000.000: Module Satsat.dll ............ [Build 160712, API 160712]
000000.000: Module Saturn.dll ............ [Build 160712, API 160712]
VSOP87(B) Saturn: Precision 1e-006, Terms 2904/6365
000000.000: Module Mimas.dll ............. [Build 160712, API 160712]
SATSAT Mimas: Terms 113
000000.000: Module Enceladus.dll ......... [Build 160712, API 160712]
SATSAT Enceladus: Terms 33
000000.000: Module Tethys.dll ............ [Build 160712, API 160712]
SATSAT Tethys: Terms 101
000000.000: Module Dione.dll ............. [Build 160712, API 160712]
SATSAT Dione: Terms 59
000000.000: Module Rhea.dll .............. [Build 160712, API 160712]
SATSAT Rhea: Terms 68
000000.000: Module Titan.dll ............. [Build 160712, API 160712]
SATSAT Titan: Terms 100
000000.000: Module Iapetus.dll ........... [Build 160712, API 160712]
SATSAT Iapetus: Terms 605
000000.000: Module Uranus.dll ............ [Build 160712, API 160712]
VSOP87(B) Uranus: Precision 1e-006, Terms 1827/5269
000000.000: Module Miranda.dll ........... [Build ******, API 060425]
000000.000: Module Ariel.dll ............. [Build ******, API 060425]
000000.000: Module Umbriel.dll ........... [Build ******, API 060425]
000000.000: Module Titania.dll ........... [Build ******, API 060425]
000000.000: Module Oberon.dll ............ [Build ******, API 060425]
000000.000: Module Neptune.dll ........... [Build 160712, API 160712]
VSOP87(B) Neptune: Precision 1e-006, Terms 391/2024
000000.000: Finished initialising world
000000.000: Module J-F-35B.dll ........... [Build 160727, API 160712]
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::CreateVariableDragElement
000000.000: At least one active module is accessing an obsolete interface function.
000000.000: Addons which rely on obsolete functions may not be compatible with
000000.000: future versions of Orbiter.
000000.000: ---------------------------------------------------------------
000000.000: Finished initialising status
000000.000: Finished initialising camera
000000.000: Finished setting up render state
000000.000: D3D9: [Scene Initialized]
000000.000: Finished initialising panels
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::GetHorizonAirspeedVector
000000.000: At least one active module is accessing an obsolete interface function.
000000.000: Addons which rely on obsolete functions may not be compatible with
000000.000: future versions of Orbiter.
000000.000: ---------------------------------------------------------------
000000.000: ---------------------------------------------------------------
000000.000: >>> WARNING: Obsolete API function used: VESSEL::GetShipAirspeedVector
000000.000: At least one active module is accessing an obsolete interface function.
000000.000: Addons which rely on obsolete functions may not be compatible with
000000.000: future versions of Orbiter.
000000.000: ---------------------------------------------------------------
000023.886: D3D9: ERROR: an other Sketchpad is already open
000023.886: D3D9: ERROR: Scene.cpp Line:856 Error:-2005530516 pDevice->Clear(0, NULL, D3DCLEAR_TARGET|D3DCLEAR_ZBUFFER|D3DCLEAR_STENCIL, 0, 1.0f, 0L)
 
Last edited:

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,651
Reaction score
785
Points
128
Hi jarmonik.
Now getting only partial display as per screenshots against RC-1 with D3D9Client-Test.

Also get crash now when attempting to revert back from dock hud to surface hud.

Is it my end ?

I'll take a closer look tomorrow. Is it your add-on ? Do you use SketchPad::TextBox ?
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Yes, is mine.
Code is old:
Code:
if (i <34)
			{
			len = sprintf_s(buf,"                  %s", basename); 
			len2 = sprintf_s(buf," %i", distance);
			
				skp->Text(-120,line +linespacing, buf,  len); 
				skp->Text(140,line +linespacing, buf,  len2);
				
				if(units == 0) 
					{
					skp->SetTextColor( 0x0000ff);//red
					skp->Text(200, 30, "Nautical Miles", 14);
					}
				else
				{
				skp->SetTextColor( 0x0000ff);//red
				skp->Text(210, 30, "Kilometers", 10);
				}
				
			}

		else
			{
				if(i >= 34)
				{
				line = 34;
			len = sprintf_s(buf,"                    %s",  basename);
			skp->SetTextAlign (oapi::Sketchpad::LEFT, oapi::Sketchpad::TOP);
			skp->Text(110,((line-370) +linespacing), buf,  len);
			skp->SetTextAlign (oapi::Sketchpad::RIGHT, oapi::Sketchpad::TOP);
			len2 = sprintf_s(buf,"     %i", distance);
			skp->Text(420,((line-370)+linespacing), buf,  len2);
			
				}
			}
 
Last edited:

Marg

Active member
Joined
Mar 20, 2008
Messages
482
Reaction score
66
Points
28
Following Edwards advice, I disabled "GDI compatibility" mode, but switched off antialising. And it works!
 
Last edited:

AssemblyLanguage

Donator
Donator
Joined
Jun 10, 2012
Messages
112
Reaction score
1
Points
0
No Graphics Client Found

Fresh RC.1 MSI installed on Windows 10 on a slow machine. Only Orbiter Sound installed. Stock graphics runs but slow (fps = 2.5 - 3.0). Orbiter_ng.exe cmd window says ...No Graphics Client Found... D3D9Client module is enabled.

D3D9Client.fx version Monday, ‎July ‎11, ‎2016, ‏‎10:14:36 PM

Orbiter_NG.cfg:
Code:
; === ORBITER Master Configuration File ===
EchoAllParams = FALSE
LPadRect = 0 0 550 574

; === Device settings ===
DeviceIndex = 0
ModeIndex = 0
NoVSync = TRUE
WindowWidth = 400
WindowHeight = 300

; === Window positions ===
LpadScnListWidth = 139
LpadModListWidth = 213
LpadExtListWidth = 213

; === Active plugin list ===
ACTIVE_MODULES
  D3D9Client
END_MODULES

dxdiag results:
Code:
------------------
System Information
------------------
      Time of this report: 7/27/2016, 12:15:32
             Machine name: NUC1
         Operating System: Windows 10 Pro 64-bit (10.0, Build 10586) (10586.th2_release_sec.160630-1736)
                 Language: English (Regional Setting: English)
      System Manufacturer:                                  
             System Model:                                  
                     BIOS: Default System BIOS
                Processor: Intel(R) Celeron(R) CPU 847 @ 1.10GHz (2 CPUs), ~1.1GHz
                   Memory: 8192MB RAM
      Available OS Memory: 8120MB RAM
                Page File: 1397MB used, 8002MB available
              Windows Dir: C:\WINDOWS
          DirectX Version: 11.1
      DX Setup Parameters: Not found
         User DPI Setting: Using System DPI
       System DPI Setting: 96 DPI (100 percent)
          DWM DPI Scaling: Disabled
                 Miracast: Not Available
Microsoft Graphics Hybrid: Not Supported
           DxDiag Version: 10.00.10586.0000 64bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: No problems found.
        Sound Tab 1: No sound card was found.  If one is expected, you should install a sound driver provided by the hardware manufacturer.
          Input Tab: No problems found.

--------------------
DirectX Debug Levels
--------------------
Direct3D:    0/4 (retail)
DirectDraw:  0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay:  0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow:  0/6 (retail)

---------------
Display Devices
---------------
          Card name: Intel(R) HD Graphics
       Manufacturer: Intel Corporation
          Chip type: Intel(R) HD Graphics Family
           DAC type: Internal
        Device Type: Full Device
         Device Key: Enum\PCI\VEN_8086&DEV_0106&SUBSYS_20448086&REV_09
     Display Memory: 1632 MB
   Dedicated Memory: 0 MB
      Shared Memory: 1632 MB
       Current Mode: 1280 x 1024 (32 bit) (60Hz)
       Monitor Name: Generic PnP Monitor
      Monitor Model: LCD1935NXM
         Monitor Id: NEC6655
        Native Mode: 1280 x 1024(p) (60.020Hz)
        Output Type: HDMI
        Driver Name: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd32
Driver File Version: 9.17.0010.4229 (English)
     Driver Version: 9.17.10.4229
        DDI Version: 11.1
     Feature Levels: 10.1,10.0,9.3,9.2,9.1
       Driver Model: WDDM 1.2
Graphics Preemption: DMA
 Compute Preemption: DMA
           Miracast: Not Supported by Graphics driver
Hybrid Graphics GPU: Not Applicable
     Power P-states: Not Applicable
  Driver Attributes: Final Retail
   Driver Date/Size: 5/27/2015 12:00:00 AM, 12814752 bytes
        WHQL Logo'd: n/a
    WHQL Date Stamp: n/a
  Device Identifier: {D7B78E66-4246-11CF-B3F3-4E00B7C2C435}
          Vendor ID: 0x8086
          Device ID: 0x0106
          SubSys ID: 0x20448086
        Revision ID: 0x0009
 Driver Strong Name: oem9.inf:5f63e534c4a533dd:iSNBM0:9.17.10.4229:pci\ven_8086&dev_0106
     Rank Of Driver: 00DE2001
        Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C 
        DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeWMV9_IDCT  DXVA2_ModeVC1_IDCT  DXVA2_ModeH264_VLD_NoFGT  
   Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
                     {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering 
                     {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch 
                     {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend 
       D3D9 Overlay: Supported
            DXVA-HD: Supported
       DDraw Status: Enabled
         D3D Status: Enabled
         AGP Status: Enabled
           MPO Caps: Not Supported
        MPO Stretch: Not Supported
    MPO Media Hints: Not Supported
        MPO Formats: Not Supported

-------------
Sound Devices
-------------
            Description: 
 Default Sound Playback: No
 Default Voice Playback: No
            Hardware ID: 
        Manufacturer ID: 
             Product ID: 
                   Type: 
            Driver Name: 
         Driver Version: 
      Driver Attributes: 
            WHQL Logo'd: 
          Date and Size: 
            Other Files: 
        Driver Provider: 
         HW Accel Level: Emulation Only
              Cap Flags: 0x0
    Min/Max Sample Rate: 0, 0
Static/Strm HW Mix Bufs: 0, 0
 Static/Strm HW 3D Bufs: 0, 0
              HW Memory: 0
       Voice Management: No
 EAX(tm) 2.0 Listen/Src: No, No
   I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No

---------------------
Sound Capture Devices
---------------------
---------------------
Video Capture Devices
Number of Devices: 0
---------------------
-------------------
DirectInput Devices
-------------------
      Device Name: Mouse
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

      Device Name: Keyboard
         Attached: 1
    Controller ID: n/a
Vendor/Product ID: n/a
        FF Driver: n/a

      Device Name: USB Keyboard
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x040B, 0x2000
        FF Driver: n/a

      Device Name: USB Keyboard
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x040B, 0x2000
        FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x1E26
| Matching Device ID: USB\ROOT_HUB20
| Service: usbhub
| Driver: usbhub.sys, 10/30/2015 00:17:23, 500064 bytes
| Driver: usbd.sys, 10/30/2015 00:17:23, 30048 bytes
| 
+-+ Generic USB Hub
| | Vendor/Product ID: 0x8087, 0x0024
| | Location: Port_#0001.Hub_#0002
| | Matching Device ID: USB\Class_09
| | Service: usbhub
| | Driver: usbhub.sys, 10/30/2015 00:17:23, 500064 bytes
| | Driver: usbd.sys, 10/30/2015 00:17:23, 30048 bytes
| | 
| +-+ USB Input Device
| | | Vendor/Product ID: 0x192F, 0x0916
| | | Location: Port_#0001.Hub_#0004
| | | Matching Device ID: USB\Class_03&SubClass_01
| | | Service: HidUsb
| | | Driver: hidusb.sys, 10/30/2015 00:17:23, 38400 bytes
| | | Driver: hidclass.sys, 5/27/2016 21:23:26, 155136 bytes
| | | Driver: hidparse.sys, 10/30/2015 00:17:23, 40448 bytes
| | | 
| | +-+ HID-compliant mouse
| | | | Vendor/Product ID: 0x192F, 0x0916
| | | | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| | | | Service: mouhid
| | | | Driver: mouhid.sys, 10/30/2015 00:17:23, 32256 bytes
| | | | Driver: mouclass.sys, 10/30/2015 00:17:23, 59232 bytes
| | | 
| +-+ USB Composite Device
| | | Vendor/Product ID: 0x040B, 0x2000
| | | Location: Port_#0002.Hub_#0004
| | | Matching Device ID: USB\COMPOSITE
| | | Service: usbccgp
| | | Driver: usbccgp.sys, 10/30/2015 00:17:23, 159072 bytes
| | | 
| | +-+ USB Input Device
| | | | Vendor/Product ID: 0x040B, 0x2000
| | | | Location: 0000.001d.0000.001.002.000.000.000.000
| | | | Matching Device ID: USB\Class_03&SubClass_01
| | | | Service: HidUsb
| | | | Driver: hidusb.sys, 10/30/2015 00:17:23, 38400 bytes
| | | | Driver: hidclass.sys, 5/27/2016 21:23:26, 155136 bytes
| | | | Driver: hidparse.sys, 10/30/2015 00:17:23, 40448 bytes
| | | | 
| | | +-+ HID Keyboard Device
| | | | | Vendor/Product ID: 0x040B, 0x2000
| | | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| | | | | Service: kbdhid
| | | | | Driver: kbdhid.sys, 10/30/2015 00:17:23, 36864 bytes
| | | | | Driver: kbdclass.sys, 10/30/2015 00:17:23, 62304 bytes
| | | | 
| | +-+ USB Input Device
| | | | Vendor/Product ID: 0x040B, 0x2000
| | | | Location: 0000.001d.0000.001.002.000.000.000.000
| | | | Matching Device ID: USB\Class_03&SubClass_01
| | | | Service: HidUsb
| | | | Driver: hidusb.sys, 10/30/2015 00:17:23, 38400 bytes
| | | | Driver: hidclass.sys, 5/27/2016 21:23:26, 155136 bytes
| | | | Driver: hidparse.sys, 10/30/2015 00:17:23, 40448 bytes
| | | | 
| | | +-+ HID-compliant mouse
| | | | | Vendor/Product ID: 0x040B, 0x2000
| | | | | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| | | | | Service: mouhid
| | | | | Driver: mouhid.sys, 10/30/2015 00:17:23, 32256 bytes
| | | | | Driver: mouclass.sys, 10/30/2015 00:17:23, 59232 bytes

----------------
Gameport Devices
----------------

------------
PS/2 Devices
------------
+ HID Keyboard Device
| Vendor/Product ID: 0x046D, 0x0000
| Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| Service: kbdhid
| Driver: kbdhid.sys, 10/30/2015 00:17:23, 36864 bytes
| Driver: kbdclass.sys, 10/30/2015 00:17:23, 62304 bytes
| 
+ HID-compliant mouse
| Vendor/Product ID: 0x046D, 0x0000
| Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| Service: mouhid
| Driver: mouhid.sys, 10/30/2015 00:17:23, 32256 bytes
| Driver: mouclass.sys, 10/30/2015 00:17:23, 59232 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 55.2 GB
Total Space: 113.7 GB
File System: NTFS
      Model: Samsung SSD 840 EVO 120GB mSATA

--------------
System Devices
--------------
     Name: Standard SATA AHCI Controller
Device ID: PCI\VEN_8086&DEV_1E03&SUBSYS_20448086&REV_04\3&11583659&0&FA
   Driver: C:\WINDOWS\system32\DRIVERS\storahci.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:23, 133984 bytes

     Name: LPC Controller
Device ID: PCI\VEN_8086&DEV_1E56&SUBSYS_20448086&REV_04\3&11583659&0&F8
   Driver: C:\WINDOWS\system32\DRIVERS\msisadrv.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:23, 18784 bytes

     Name: High Definition Audio Controller
Device ID: PCI\VEN_8086&DEV_1E20&SUBSYS_20448086&REV_04\3&11583659&0&D8
   Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:18, 79872 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:19, 97280 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.10586.0212 (English), 3/29/2016 00:34:50, 333824 bytes

     Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
Device ID: PCI\VEN_8086&DEV_1E26&SUBSYS_20448086&REV_04\3&11583659&0&E8
   Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:23, 95584 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:23, 454496 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:23, 500064 bytes

     Name: PCI-to-PCI Bridge
Device ID: PCI\VEN_8086&DEV_1E14&SUBSYS_20448086&REV_C4\3&11583659&0&E2
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0494 (English), 6/30/2016 21:35:00, 331616 bytes

     Name: Intel(R) 82579V Gigabit Network Connection
Device ID: PCI\VEN_8086&DEV_1503&SUBSYS_20448086&REV_04\3&11583659&0&C8
   Driver: C:\WINDOWS\system32\DRIVERS\e1i63x64.sys, 12.12.0050.0006 (English), 10/30/2015 00:17:18, 472576 bytes

     Name: Intel(R) Centrino(R) Advanced-N 6235
Device ID: PCI\VEN_8086&DEV_088E&SUBSYS_40608086&REV_24\4&1A0AC167&0&00E2
   Driver: C:\WINDOWS\system32\DRIVERS\NETwew01.sys, 15.16.0000.0002 (English), 10/30/2015 00:17:19, 3343872 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\Netwfw01.dat, 10/30/2015 00:17:19, 8108584 bytes

     Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E2D
Device ID: PCI\VEN_8086&DEV_1E2D&SUBSYS_20448086&REV_04\3&11583659&0&D0
   Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:23, 95584 bytes
   Driver: C:\WINDOWS\system32\drivers\usbport.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:23, 454496 bytes
   Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 10.00.10586.0000 (English), 10/30/2015 00:17:23, 500064 bytes

     Name: Intel(R) HD Graphics
Device ID: PCI\VEN_8086&DEV_0106&SUBSYS_20448086&REV_09\3&11583659&0&10
   Driver: C:\WINDOWS\system32\DRIVERS\igdkmd64.sys, 9.17.0010.4229 (English), 6/1/2015 21:00:18, 5384176 bytes
   Driver: C:\WINDOWS\system32\igdumd64.dll, 9.17.0010.4229 (English), 6/1/2015 21:01:14, 12814752 bytes
   Driver: C:\WINDOWS\system32\igd10umd64.dll, 9.17.0010.4229 (English), 6/1/2015 21:01:14, 13059896 bytes
   Driver: C:\WINDOWS\system32\igfxcmrt64.dll, 2.04.0000.1020 (English), 6/1/2015 21:01:14, 1067696 bytes
   Driver: C:\WINDOWS\system32\igfx11cmrt64.dll, 2.04.0000.1020 (English), 6/1/2015 21:00:32, 584192 bytes
   Driver: C:\WINDOWS\system32\igfxcmjit64.dll, 2.04.0000.1020 (English), 6/1/2015 21:00:22, 3520000 bytes
   Driver: C:\WINDOWS\system32\IccLibDll_x64.dll, 6/1/2015 21:00:14, 102912 bytes
   Driver: C:\WINDOWS\system32\igcodeckrng600.bin, 6/1/2015 19:45:24, 963452 bytes
   Driver: C:\WINDOWS\system32\igvpkrng600.bin, 6/1/2015 19:46:58, 272928 bytes
   Driver: C:\WINDOWS\SysWow64\igcodeckrng600.bin, 6/1/2015 19:45:24, 963452 bytes
   Driver: C:\WINDOWS\SysWow64\igvpkrng600.bin, 6/1/2015 19:46:58, 272928 bytes
   Driver: C:\WINDOWS\system32\igdde64.dll, 6/1/2015 21:00:14, 110080 bytes
   Driver: C:\WINDOWS\SysWow64\igdde32.dll, 6/1/2015 21:00:18, 90112 bytes
   Driver: C:\WINDOWS\system32\iglhxs64.vp, 6/1/2015 19:46:58, 17082 bytes
   Driver: C:\WINDOWS\system32\iglhxo64.vp, 6/1/2015 19:46:58, 59425 bytes
   Driver: C:\WINDOWS\system32\iglhxc64.vp, 6/1/2015 19:46:56, 59230 bytes
   Driver: C:\WINDOWS\system32\iglhxg64.vp, 6/1/2015 19:46:58, 59398 bytes
   Driver: C:\WINDOWS\system32\iglhxo64_dev.vp, 6/1/2015 19:46:58, 58109 bytes
   Driver: C:\WINDOWS\system32\iglhxc64_dev.vp, 6/1/2015 19:46:58, 59104 bytes
   Driver: C:\WINDOWS\system32\iglhxg64_dev.vp, 6/1/2015 19:46:58, 58796 bytes
   Driver: C:\WINDOWS\system32\iglhxa64.vp, 6/1/2015 19:46:56, 1074 bytes
   Driver: C:\WINDOWS\system32\iglhxa64.cpa, 6/1/2015 19:46:56, 1981696 bytes
   Driver: C:\WINDOWS\system32\iglhcp64.dll, 3.00.0001.0016 (English), 6/1/2015 21:01:14, 231312 bytes
   Driver: C:\WINDOWS\system32\iglhsip64.dll, 3.00.0000.0012 (English), 6/1/2015 21:01:16, 544552 bytes
   Driver: C:\WINDOWS\SysWow64\igdumd32.dll, 9.17.0010.4229 (English), 6/1/2015 21:01:16, 11223896 bytes
   Driver: C:\WINDOWS\SysWow64\igfxdv32.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:28, 339456 bytes
   Driver: C:\WINDOWS\SysWow64\igd10umd32.dll, 9.17.0010.4229 (English), 6/1/2015 21:01:14, 11352688 bytes
   Driver: C:\WINDOWS\SysWow64\iglhcp32.dll, 3.00.0001.0015 (English), 6/1/2015 21:01:14, 194880 bytes
   Driver: C:\WINDOWS\SysWow64\iglhsip32.dll, 3.00.0000.0012 (English), 6/1/2015 21:01:12, 539312 bytes
   Driver: C:\WINDOWS\SysWow64\IntelCpHeciSvc.exe, 9.00.0000.1340 (English), 6/1/2015 21:00:40, 290224 bytes
   Driver: C:\WINDOWS\SysWow64\igfxcmrt32.dll, 2.04.0000.1020 (English), 6/1/2015 21:01:12, 957472 bytes
   Driver: C:\WINDOWS\SysWow64\igfx11cmrt32.dll, 2.04.0000.1020 (English), 6/1/2015 21:00:22, 551424 bytes
   Driver: C:\WINDOWS\SysWow64\igfxcmjit32.dll, 2.04.0000.1020 (English), 6/1/2015 21:00:30, 3129856 bytes
   Driver: C:\WINDOWS\system32\difx64.exe, 1.04.0002.0000 (English), 6/1/2015 21:00:12, 197040 bytes
   Driver: C:\WINDOWS\system32\hccutils.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:12, 119296 bytes
   Driver: C:\WINDOWS\system32\igfxsrvc.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:40, 72704 bytes
   Driver: C:\WINDOWS\system32\igfxsrvc.exe, 8.15.0010.4229 (English), 6/1/2015 21:00:40, 523184 bytes
   Driver: C:\WINDOWS\system32\igfxpph.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:32, 393216 bytes
   Driver: C:\WINDOWS\system32\igfxcpl.cpl, 8.15.0010.4229 (English), 6/1/2015 21:00:28, 135680 bytes
   Driver: C:\WINDOWS\system32\igfxdev.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:24, 451584 bytes
   Driver: C:\WINDOWS\system32\igfxdo.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:32, 151040 bytes
   Driver: C:\WINDOWS\system32\igfxtray.exe, 8.15.0010.4229 (English), 6/1/2015 21:00:40, 183216 bytes
   Driver: C:\WINDOWS\system32\hkcmd.exe, 8.15.0010.4229 (English), 6/1/2015 21:00:12, 411056 bytes
   Driver: C:\WINDOWS\system32\igfxress.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:36, 9016320 bytes
   Driver: C:\WINDOWS\system32\igfxpers.exe, 8.15.0010.4229 (English), 6/1/2015 21:00:32, 453552 bytes
   Driver: C:\WINDOWS\system32\igfxTMM.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:42, 418816 bytes
   Driver: C:\WINDOWS\system32\gfxSrvc.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:12, 183808 bytes
   Driver: C:\WINDOWS\system32\GfxUI.exe, 8.15.0010.4229 (English), 6/1/2015 21:00:14, 5916080 bytes
   Driver: C:\WINDOWS\system32\GfxUI.exe.config, 6/1/2015 19:45:12, 268 bytes
   Driver: C:\WINDOWS\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 6/1/2015 21:00:24, 18432 bytes
   Driver: C:\WINDOWS\system32\igfxext.exe, 8.15.0010.4229 (English), 6/1/2015 21:00:30, 266152 bytes
   Driver: C:\WINDOWS\system32\igfxexps.dll, 8.15.0010.4229 (English), 6/1/2015 21:01:10, 41288 bytes
   Driver: C:\WINDOWS\SysWow64\igfxexps32.dll, 8.15.0010.4229 (English), 6/1/2015 21:00:28, 33792 bytes
   Driver: C:\WINDOWS\system32\igfxrara.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:30, 444416 bytes
   Driver: C:\WINDOWS\system32\igfxrchs.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:32, 437248 bytes
   Driver: C:\WINDOWS\system32\igfxrcht.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:36, 437760 bytes
   Driver: C:\WINDOWS\system32\igfxrdan.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:32, 445952 bytes
   Driver: C:\WINDOWS\system32\igfxrdeu.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:36, 447488 bytes
   Driver: C:\WINDOWS\system32\igfxrenu.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:40, 294912 bytes
   Driver: C:\WINDOWS\system32\igfxresn.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:32, 448512 bytes
   Driver: C:\WINDOWS\system32\igfxrfin.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:32, 446976 bytes
   Driver: C:\WINDOWS\system32\igfxrfra.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:34, 448512 bytes
   Driver: C:\WINDOWS\system32\igfxrheb.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:34, 444416 bytes
   Driver: C:\WINDOWS\system32\igfxrhrv.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:34, 447488 bytes
   Driver: C:\WINDOWS\system32\igfxrita.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:36, 447488 bytes
   Driver: C:\WINDOWS\system32\igfxrjpn.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:40, 440832 bytes
   Driver: C:\WINDOWS\system32\igfxrkor.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:38, 439808 bytes
   Driver: C:\WINDOWS\system32\igfxrnld.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:36, 447488 bytes
   Driver: C:\WINDOWS\system32\igfxrnor.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:38, 446464 bytes
   Driver: C:\WINDOWS\system32\igfxrplk.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:36, 447488 bytes
   Driver: C:\WINDOWS\system32\igfxrptb.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:36, 446464 bytes
   Driver: C:\WINDOWS\system32\igfxrptg.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:38, 447488 bytes
   Driver: C:\WINDOWS\system32\igfxrrom.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:38, 448000 bytes
   Driver: C:\WINDOWS\system32\igfxrrus.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:38, 448000 bytes
   Driver: C:\WINDOWS\system32\igfxrsky.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:40, 447488 bytes
   Driver: C:\WINDOWS\system32\igfxrslv.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:38, 446464 bytes
   Driver: C:\WINDOWS\system32\igfxrsve.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:38, 446464 bytes
   Driver: C:\WINDOWS\system32\igfxrtha.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:38, 445952 bytes
   Driver: C:\WINDOWS\system32\igfxrcsy.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:32, 446976 bytes
   Driver: C:\WINDOWS\system32\igfxrell.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:34, 449024 bytes
   Driver: C:\WINDOWS\system32\igfxrhun.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:34, 446976 bytes
   Driver: C:\WINDOWS\system32\igfxrtrk.lrc, 8.15.0010.4229 (English), 6/1/2015 21:00:38, 446464 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ar-SA.resources, 6/1/2015 19:45:08, 166170 bytes
   Driver: C:\WINDOWS\system32\Gfxres.cs-CZ.resources, 6/1/2015 19:45:08, 142289 bytes
   Driver: C:\WINDOWS\system32\Gfxres.da-DK.resources, 6/1/2015 19:45:08, 137141 bytes
   Driver: C:\WINDOWS\system32\Gfxres.de-DE.resources, 6/1/2015 19:45:08, 147393 bytes
   Driver: C:\WINDOWS\system32\Gfxres.el-GR.resources, 6/1/2015 19:45:08, 210106 bytes
   Driver: C:\WINDOWS\system32\Gfxres.es-ES.resources, 6/1/2015 19:45:08, 147288 bytes
   Driver: C:\WINDOWS\system32\Gfxres.en-US.resources, 6/1/2015 19:45:08, 132623 bytes
   Driver: C:\WINDOWS\system32\Gfxres.fi-FI.resources, 6/1/2015 19:45:08, 142008 bytes
   Driver: C:\WINDOWS\system32\Gfxres.fr-FR.resources, 6/1/2015 19:45:08, 145491 bytes
   Driver: C:\WINDOWS\system32\Gfxres.he-IL.resources, 6/1/2015 19:45:08, 159008 bytes
   Driver: C:\WINDOWS\system32\Gfxres.hr-HR.resources, 6/1/2015 19:45:08, 141049 bytes
   Driver: C:\WINDOWS\system32\Gfxres.hu-HU.resources, 6/1/2015 19:45:08, 143932 bytes
   Driver: C:\WINDOWS\system32\Gfxres.it-IT.resources, 6/1/2015 19:45:08, 149682 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ja-JP.resources, 6/1/2015 19:45:08, 163421 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ko-KR.resources, 6/1/2015 19:45:08, 148042 bytes
   Driver: C:\WINDOWS\system32\Gfxres.nb-NO.resources, 6/1/2015 19:45:08, 137784 bytes
   Driver: C:\WINDOWS\system32\Gfxres.nl-NL.resources, 6/1/2015 19:45:08, 144020 bytes
   Driver: C:\WINDOWS\system32\Gfxres.pl-PL.resources, 6/1/2015 19:45:10, 142717 bytes
   Driver: C:\WINDOWS\system32\Gfxres.pt-BR.resources, 6/1/2015 19:45:10, 144260 bytes
   Driver: C:\WINDOWS\system32\Gfxres.pt-PT.resources, 6/1/2015 19:45:10, 142877 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ro-RO.resources, 6/1/2015 19:45:10, 146004 bytes
   Driver: C:\WINDOWS\system32\Gfxres.ru-RU.resources, 6/1/2015 19:45:10, 194245 bytes
   Driver: C:\WINDOWS\system32\Gfxres.sk-SK.resources, 6/1/2015 19:45:10, 141838 bytes
   Driver: C:\WINDOWS\system32\Gfxres.sl-SI.resources, 6/1/2015 19:45:10, 137889 bytes
   Driver: C:\WINDOWS\system32\Gfxres.sv-SE.resources, 6/1/2015 19:45:10, 142882 bytes
   Driver: C:\WINDOWS\system32\Gfxres.th-TH.resources, 6/1/2015 19:45:10, 223664 bytes
   Driver: C:\WINDOWS\system32\Gfxres.tr-TR.resources, 6/1/2015 19:45:10, 144645 bytes
   Driver: C:\WINDOWS\system32\Gfxres.zh-CN.resources, 6/1/2015 19:45:10, 124650 bytes
   Driver: C:\WINDOWS\system32\Gfxres.zh-TW.resources, 6/1/2015 19:45:10, 126300 bytes
   Driver: C:\WINDOWS\system32\ig4icd64.dll, 9.17.0010.4229 (English), 6/1/2015 21:00:24, 13037568 bytes
   Driver: C:\WINDOWS\SysWow64\ig4icd32.dll, 9.17.0010.4229 (English), 6/1/2015 21:00:30, 10820096 bytes
   Driver: C:\WINDOWS\system32\igfxCoIn_v4229.dll, 1.02.0030.0000 (English), 6/1/2015 21:00:38, 124928 bytes

     Name: Memory Controller
Device ID: PCI\VEN_8086&DEV_0104&SUBSYS_20448086&REV_09\3&11583659&0&00
   Driver: n/a

     Name: SM Bus Controller
Device ID: PCI\VEN_8086&DEV_1E22&SUBSYS_20448086&REV_04\3&11583659&0&FB
   Driver: n/a

     Name: PCI-to-PCI Bridge
Device ID: PCI\VEN_8086&DEV_1E10&SUBSYS_20448086&REV_C4\3&11583659&0&E0
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.10586.0494 (English), 6/30/2016 21:35:00, 331616 bytes

     Name: Intel(R) Management Engine Interface 
Device ID: PCI\VEN_8086&DEV_1E3A&SUBSYS_20448086&REV_04\3&11583659&0&B0
   Driver: C:\WINDOWS\system32\DRIVERS\TeeDriverx64.sys, 9.05.0024.1790 (English), 12/9/2013 16:27:36, 100312 bytes
   Driver: C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\EN\3f3ca95b-3978-4168-b47b-5444f42d6c89.devicemetadata-ms, 12/9/2013 16:27:36, 938 bytes
   Driver: C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\EN\46a6fdbe-c823-4579-bab6-35f67e01f793.devicemetadata-ms, 12/9/2013 16:27:36, 833 bytes
   Driver: C:\WINDOWS\system32\WdfCoInstaller01011.dll, 1.11.9200.16384 (English), 12/9/2013 16:27:36, 1795952 bytes

------------------
DirectShow Filters
------------------

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,10.00.10586.0063
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,10.00.10586.0063
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,10.00.10586.0063
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,10.00.10586.0063
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,10.00.10586.0000
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,10.00.10586.0000
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,10.00.10586.0000
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,10.00.10586.0000
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,10.00.10586.0000
DV Muxer,0x00400000,0,0,qdv.dll,10.00.10586.0000
Color Space Converter,0x00400001,1,1,quartz.dll,10.00.10586.0071
LAV Splitter,0x00800004,1,1,LAVSplitter.ax,0.61.0002.0000
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.10586.0000
AVI Splitter,0x00600000,1,1,quartz.dll,10.00.10586.0071
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,10.00.10586.0071
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,10.00.10586.0494
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.10547.1000
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,10.00.10586.0000
StreamBufferSink,0x00200000,0,0,sbe.dll,10.00.10586.0494
MJPEG Decompressor,0x00600000,1,1,quartz.dll,10.00.10586.0071
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,10.00.10586.0071
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10586.0000
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,10.00.10586.0000
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,10.00.10586.0000
SBE2FileScan,0x00200000,0,0,sbe.dll,10.00.10586.0494
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10586.0035
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,10.00.10586.0071
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,10.00.10586.0071
DV Splitter,0x00600000,1,2,qdv.dll,10.00.10586.0000
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,10.00.10586.0071
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.10586.0035
ACM Wrapper,0x00600000,1,1,quartz.dll,10.00.10586.0071
Video Renderer,0x00800001,1,0,quartz.dll,10.00.10586.0071
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,10.00.10586.0494
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,10.00.10586.0071
Video Renderer,0x00400000,1,0,quartz.dll,10.00.10586.0071
VPS Decoder,0x00200000,0,0,WSTPager.ax,10.00.10586.0000
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.10586.0000
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,
File writer,0x00200000,1,0,qcap.dll,10.00.10586.0000
DVD Navigator,0x00200000,0,3,qdvd.dll,10.00.10586.0494
Overlay Mixer2,0x00200000,1,1,,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.10586.0035
WST Pager,0x00200000,1,1,WSTPager.ax,10.00.10586.0000
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,10.00.10586.0000
DV Video Decoder,0x00800000,1,1,qdv.dll,10.00.10586.0000
LAV Splitter Source,0x00800004,0,1,LAVSplitter.ax,0.61.0002.0000
SampleGrabber,0x00200000,1,1,qedit.dll,10.00.10586.0063
Null Renderer,0x00200000,1,0,qedit.dll,10.00.10586.0063
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,10.00.10586.0000
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,10.00.10586.0000
StreamBufferSource,0x00200000,0,0,sbe.dll,10.00.10586.0494
Smart Tee,0x00200000,1,2,qcap.dll,10.00.10586.0000
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,10.00.10586.0071
AVI/WAV File Source,0x00400000,0,2,quartz.dll,10.00.10586.0071
Wave Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
MIDI Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
Multi-file Parser,0x00400000,1,1,quartz.dll,10.00.10586.0071
File stream renderer,0x00400000,1,1,quartz.dll,10.00.10586.0071
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.10547.1000
StreamBufferSink2,0x00200000,0,0,sbe.dll,10.00.10586.0494
AVI Mux,0x00200000,1,0,qcap.dll,10.00.10586.0000
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,10.00.10586.0071
File Source (Async.),0x00400000,0,1,quartz.dll,10.00.10586.0071
File Source (URL),0x00400000,0,1,quartz.dll,10.00.10586.0071
LAV Audio Decoder,0x00800003,1,1,LAVAudio.ax,0.61.0002.0000
LAV Video Decoder,0x00800003,1,1,LAVVideo.ax,0.61.0002.0000
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,10.00.10586.0000
Enhanced Video Renderer,0x00200000,1,0,evr.dll,10.00.10586.0071
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,10.00.10586.0000
MPEG Video Decoder,0x40000001,1,1,quartz.dll,10.00.10586.0071

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.10586.0063

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,10.00.10586.0000
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,10.00.10586.0000
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,10.00.10586.0000
DV Video Encoder,0x00200000,0,0,qdv.dll,10.00.10586.0000
MJPEG Compressor,0x00200000,0,0,quartz.dll,10.00.10586.0071

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,10.00.10586.0063
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,10.00.10586.0000
IMA ADPCM,0x00200000,1,1,quartz.dll,10.00.10586.0071
PCM,0x00200000,1,1,quartz.dll,10.00.10586.0071
Microsoft ADPCM,0x00200000,1,1,quartz.dll,10.00.10586.0071
GSM 6.10,0x00200000,1,1,quartz.dll,10.00.10586.0071
CCITT A-Law,0x00200000,1,1,quartz.dll,10.00.10586.0071
CCITT u-Law,0x00200000,1,1,quartz.dll,10.00.10586.0071
MPEG Layer-3,0x00200000,1,1,quartz.dll,10.00.10586.0071

PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,10.00.10586.0000
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,10.00.10586.0000
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,10.00.10586.0000

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,10.00.10586.0071
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,10.00.10586.0071

WDM Streaming Rendering Devices:
{17CCA71B-ECD7-11D0-B908-00A0C9223196},0x00200000,1,1,ksproxy.ax,10.00.10586.0063
{17CCA71B-ECD7-11D0-B908-00A0C9223196},0x00200000,1,1,ksproxy.ax,10.00.10586.0063

BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.10586.0000
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.10586.0000

Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.10586.0000

BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.10586.0000
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.10586.0000

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,10.00.10586.0000
Encrypt/Tag,0x00200000,0,0,EncDec.dll,10.00.10586.0000
PTFilter,0x00200000,0,0,EncDec.dll,10.00.10586.0000
XDS Codec,0x00200000,0,0,EncDec.dll,10.00.10586.0000

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.10586.0063

Audio Renderers:
Default DirectSound Device,0x00800000,1,0,quartz.dll,10.00.10586.0071
Default WaveOut Device,0x00200000,1,0,quartz.dll,10.00.10586.0071


----------------------------
Preferred DirectShow Filters
----------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]

<media subtype GUID>, [<filter friendly name>, ]<filter CLSID>

MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
{44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject


---------------------------
Media Foundation Transforms
---------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]

<category>:
  <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>

Video Decoders:
  Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.10547.1000
  DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 10.00.10586.0000
  Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}, 0x1, hevcdecoder.dll, 10.00.10586.0000
  Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 10.00.10586.0000
  Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.10547.1000
  WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 10.00.10586.0000
  WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 10.00.10586.0000
  MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 10.00.10586.0000
  Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 10.00.10586.0000
  Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 10.00.10586.0000
Video Encoders:
  H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 10.00.10586.0000
  WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 10.00.10586.0000
  H263 Encoder MFT, {BC47FCFE-98A0-4F27-BB07-698AF24F2B38}, 0x1, mfh263enc.dll, 10.00.10586.0000
  WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 10.00.10586.0000
  Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.10586.0035
  H265 Encoder MFT, {F2F84074-8BCA-40BD-9159-E880F673DD3B}, 0x1, mfh265enc.dll, 10.00.10586.0000
Video Effects:
  Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 10.00.10586.0000
  Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 10.00.10586.0000
  VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 10.00.10586.0000
  Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 10.00.10586.0000
  Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 10.00.10586.0000
Video Processor:
  Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.10586.0122
Audio Decoders:
  Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, DolbyDecMFT.dll, 10.00.10586.0000
  MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}, 0x1, MSAMRNBDecoder.dll, 10.00.10586.0000
  WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 10.00.10586.0063
  Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 10.00.10586.0000
  A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 12.00.10586.0122
  GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.10586.0122
  WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 10.00.10586.0063
  Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}, 0x1, MSFlacDecoder.dll, 10.00.10586.0122
  Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 10.00.10586.0000
  WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 10.00.10586.0063
  G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.10586.0122
  IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.10586.0122
  MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 10.00.10586.0063
  Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}, 0x1, MSAlacDecoder.dll, 10.00.10586.0000
  ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.10586.0122
Audio Encoders:
  LPCM DVD-Audio MFT, {068A8476-9229-4CC0-9D49-2FC699DCD30A}, 0x1, winmde.dll, 12.00.10586.0494
  MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.10586.0122
  Microsoft FLAC Audio Encoder MFT, {128509E9-C44E-45DC-95E9-C255B8F466A6}, 0x1, MSFlacEncoder.dll, 10.00.10586.0000
  WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 10.00.10586.0063
  MS AMRNB Encoder MFT, {2FAE8AFE-04A3-423A-A814-85DB454712B0}, 0x1, MSAMRNBEncoder.dll, 10.00.10586.0000
  Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.10586.0035
  WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 10.00.10586.0000
  Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 10.00.10586.0000
  Microsoft ALAC Audio Encoder MFT, {9AB6A28C-748E-4B6A-BFFF-CC443B8E8FB4}, 0x1, MSAlacEncoder.dll, 10.00.10586.0000
  Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 10.00.10586.0000
Audio Effects:
  AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 10.00.10586.0000
  Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 10.00.10586.0000
Multiplexers:
  Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.10586.0122
Others:
  Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.10547.1000


--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]

EnableDecoders = 0
EnableEncoders = 1
EnableVideoProcessors = 1


-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]

.3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.am?, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler
.amr, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler, Preferred
.asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
.dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
.dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
.ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
.m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mk3d, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mka, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mks, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mkv, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
.sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.uvu, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
.wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/MP4A-LATM, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/vnd.dece.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred


--------------------------------
Media Foundation Scheme Handlers
--------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<URL type>, <handler CLSID>, <brief description>[, Preferred]

file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm Scheme Handler, Preferred
https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcrecv:, {FA6D33D4-9405-4BA5-9983-12604AC8E77A}, Miracast Sink Scheme Handler, Preferred
mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred


-------------------------------------
Preferred Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]

<media subtype GUID>, [<transform friendly name>, ]<transform CLSID>

{E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{73616D72-767A-494D-B478-F29D25DC9037}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{63616C61-0000-0010-8000-00AA00389B71}, Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}
MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
{43564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{0000F1AC-0000-0010-8000-00AA00389B71}, Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}
{00007361-0000-0010-8000-00AA00389B71}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
{00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
{00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
{00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
{00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}
KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}


-------------------------------------
Disabled Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]

<transform CLSID>



------------------------
Disabled Media Sources
------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]

<media source CLSID>


---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality) 
  Quality Flags: 2576
    Enabled:
    Force throttling
    Allow half deinterlace
    Allow scaling
    Decode Power Usage: 100
  Balanced Flags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 50
  PowerFlags: 1424
    Enabled:
    Force throttling
    Allow batching
    Force half deinterlace
    Force scaling
    Decode Power Usage: 0

---------------
Diagnostics
---------------

Windows Error Reporting:
+++ WER0 +++:
Fault bucket 128954965401, type 5

Event Name: RADAR_PRE_LEAK_WOW64

Response: Not available

Cab Id: 0



Problem signature:

P1: orbiter.exe

P2: 0.0.0.0

P3: 10.0.10586.2.0.0

P4: 

P5: 

P6: 

P7: 

P8: 

P9: 

P10: 




+++ WER1 +++:
Fault bucket 126718942900, type 5

Event Name: AppxDeploymentFailureBlue

Response: Not available

Cab Id: 0



Problem signature:

P1: 80070490

P2: 8

P3: 0

P4: NONE

P5: 10.0.10586.494

P6: 401

P7: 

P8: 

P9: 

P10: 




+++ WER2 +++:
Fault bucket , type 0

Event Name: WindowsUpdateFailure3

Response: Not available

Cab Id: 0



Problem signature:

P1: 10.0.10586.494

P2: 80070490

P3: 834AA891-2455-4092-A96A-C5FA45C419EF

P4: Install

P5: 1

P6: 0

P7: 0

P8: WSAutoUpdate

P9: {855E8A7C-ECB4-4CA3-B045-1DFA50104289}

P10: 0




+++ WER3 +++:
Fault bucket , type 0

Event Name: WindowsUpdateFailure3

Response: Not available

Cab Id: 0



Problem signature:

P1: 10.0.10586.494

P2: 80070490

P3: 834AA891-2455-4092-A96A-C5FA45C419EF

P4: Install

P5: 1

P6: 0

P7: 0

P8: WSAutoUpdate

P9: {855E8A7C-ECB4-4CA3-B045-1DFA50104289}

P10: 0




+++ WER4 +++:
Fault bucket 126718990812, type 5

Event Name: StoreAgentInstallFailure1

Response: Not available

Cab Id: 0



Problem signature:

P1: WSAutoUpdate

P2: 80070490

P3: 10586

P4: 494

P5: Windows.Desktop

P6: L

P7: 

P8: 

P9: 

P10: 




+++ WER5 +++:
Fault bucket 126718948444, type 5

Event Name: WindowsUpdateFailure3

Response: Not available

Cab Id: 0



Problem signature:

P1: 10.0.10586.494

P2: 80070490

P3: E78E5628-C8ED-4D08-B5C1-06D79ACDE7C5

P4: Install

P5: 2

P6: 0

P7: 0

P8: WSAutoUpdate

P9: {855E8A7C-ECB4-4CA3-B045-1DFA50104289}

P10: 0




+++ WER6 +++:
Fault bucket , type 0

Event Name: AppxDeploymentFailureBlue

Response: Not available

Cab Id: 0



Problem signature:

P1: 80070490

P2: 8

P3: 0

P4: NONE

P5: 10.0.10586.494

P6: 401

P7: 

P8: 

P9: 

P10: 




+++ WER7 +++:
Fault bucket 126718942900, type 5

Event Name: AppxDeploymentFailureBlue

Response: Not available

Cab Id: 0



Problem signature:

P1: 80070490

P2: 8

P3: 0

P4: NONE

P5: 10.0.10586.494

P6: 401

P7: 

P8: 

P9: 

P10: 




+++ WER8 +++:
Fault bucket 126798778137, type 5

Event Name: WindowsUpdateFailure3

Response: Not available

Cab Id: 0



Problem signature:

P1: 10.0.10586.494

P2: 80070490

P3: E3493DAD-7364-4CB0-8128-1886CC93E56D

P4: Install

P5: 1

P6: 0

P7: 0

P8: WSAutoUpdate

P9: {855E8A7C-ECB4-4CA3-B045-1DFA50104289}

P10: 0




+++ WER9 +++:
Fault bucket , type 0

Event Name: StoreAgentInstallFailure1

Response: Not available

Cab Id: 0



Problem signature:

P1: WSAutoUpdate

P2: 80070490

P3: 10586

P4: 494

P5: Windows.Desktop

P6: L

P7: 

P8: 

P9: 

P10:

Thanks
 
Last edited:

Marg

Active member
Joined
Mar 20, 2008
Messages
482
Reaction score
66
Points
28
I also wanted to note here, that Moon is still transparent, even when I am close to it (Moon - the closest body).

---------- Post added at 11:46 PM ---------- Previous post was at 11:38 PM ----------

Here is D3D9 planetary surface micro textures package RC1. The moon should look pretty good but I haven't focused much attention to the Mars textures.

We are using alpha-green format for the micro textures where the normal map is stored in green and alpha channels because the quality of these two channels in DXT5 is superior to red and blue channels. In our format the red and blue channels are used to store surface luminance information (in grey scale).

Since the format is a bit tricky, we have a format converter located in D3D9DebugControls. The source format must have a normal map information is red and green channels and the surface luminance in blue channel. In other words from a traditional normal map the information in the blue channel is replace with luminance information. Red and green are unchanged. Before converting it to the alpha-green format, the source image should be passed through a high-pass filter.

Here are the downloads:
MicroTextures-RC1

and just in case the:
Old-Package

Is everything OK there ?

Moon microtextures are almost perfect, nothing to add...
Mars a repetitive, but also quite OK, as everyone can edit microtexture.cfg
 

SolarLiner

It's necessary, TARS.
Addon Developer
Joined
Jun 14, 2010
Messages
1,847
Reaction score
2
Points
0
Location
404 ROAD NOT FOUND
I also wanted to note here, that Moon is still transparent, even when I am close to it (Moon - the closest body).

Try it on other bodies without an atmosphere (ie. Mercury, or Jupiter's moon Europa). Does the same happen?
I think I know why this is.
 

jedidia

shoemaker without legs
Addon Developer
Joined
Mar 19, 2008
Messages
10,842
Reaction score
2,105
Points
203
Location
between the planets
I think the bump is turned up a bit too high for mars... Looks like seriously jagged surface from mid-distance.
 

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,651
Reaction score
785
Points
128
Hi jarmonik.
Now getting only partial display as per screenshots against RC-1 with D3D9Client-Test.

Also get crash now when attempting to revert back from dock hud to surface hud.

Is it my end ?

It looks like we are dealing with two separate problems on a client side. Is the add-on available for download ? It would help quite a lot if I could run diagnostics of the client while the add-on is running to see what goes wrong inside the client.

---------- Post added at 10:06 ---------- Previous post was at 05:10 ----------

Fresh RC.1 MSI installed on Windows 10 on a slow machine. Only Orbiter Sound installed. Stock graphics runs but slow (fps = 2.5 - 3.0). Orbiter_ng.exe cmd window says ...No Graphics Client Found... D3D9Client module is enabled.

It's likely that the client isn't properly installed. Sounds like Orbiter fails to load it. At least Win-7 has something called Virtual Store that can cause problems if the Orbiter is installed in "Program Files" folder. If your Orbiter is in "Program Files" then it should be OK to copy the Orbiter folder to some other place. I have it in C:/Software/Orbiter2016/ If the MSI installer places the Orbiter in "Program Files", and a transfer to an other location fixes the issue at hand, then might be good idea to report the problem in RC-1 Thread so that the problem comes to Martin's attention.

EDIT: If the Orbiter is in "Program Files" and you decide to copy it else-where then the client need to be re-installed in the new location.
EDIT2: BTW, is the Video tab visible in launchpad ?
 
Last edited:

Marg

Active member
Joined
Mar 20, 2008
Messages
482
Reaction score
66
Points
28
Try it on other bodies without an atmosphere (ie. Mercury, or Jupiter's moon Europa). Does the same happen?
I think I know why this is.
Yes, the same for Io, Mercury... sun shines through...
 

Ripley

Tutorial translator
Donator
Joined
Sep 12, 2010
Messages
3,133
Reaction score
407
Points
123
Location
Rome
Website
www.tuttovola.org
I'm afraid the recorded flights annotation issue I posted some days ago will get "lost in translation".
Kuddel said there was a newer (than 24.1) D3D9 version, but I couldn't find it.
Any news?

:tiphat:
 

AssemblyLanguage

Donator
Donator
Joined
Jun 10, 2012
Messages
112
Reaction score
1
Points
0
It's likely that the client isn't properly installed. Sounds like Orbiter fails to load it. At least Win-7 has something called Virtual Store that can cause problems if the Orbiter is installed in "Program Files" folder. If your Orbiter is in "Program Files" then it should be OK to copy the Orbiter folder to some other place. I have it in C:/Software/Orbiter2016/ If the MSI installer places the Orbiter in "Program Files", and a transfer to an other location fixes the issue at hand, then might be good idea to report the problem in RC-1 Thread so that the problem comes to Martin's attention.

EDIT: If the Orbiter is in "Program Files" and you decide to copy it else-where then the client need to be re-installed in the new location.
EDIT2: BTW, is the Video tab visible in launchpad ?

The MSI on Windows 10 installs to the Documents folder and does not offer a choice at least with the "Complete" option. I'll try the "Typical" option and extracting from the ZIP to see if that works. There is no video tab or button.

---------- Post added 07-29-16 at 12:27 AM ---------- Previous post was 07-28-16 at 11:06 PM ----------

The MSI on Windows 10 installs to the Documents folder and does not offer a choice at least with the "Complete" option. I'll try the "Typical" option and extracting from the ZIP to see if that works. There is no video tab or button.

D3D9Client.fx ‎7/‎11/‎2016 ‏‎10:14 PM works with the ZIP install of RC.1. I'll report the problem with MSI on Orbiter RC.1 thread.

Thanks
 
Last edited:

jarmonik

Well-known member
Orbiter Contributor
Addon Developer
Beta Tester
Joined
Mar 28, 2008
Messages
2,651
Reaction score
785
Points
128
I'm afraid the recorded flights annotation issue I posted some days ago will get "lost in translation".
Kuddel said there was a newer (than 24.1) D3D9 version, but I couldn't find it.
Any news?

Yeah, It looks like it doesn't play right.
 
Last edited:

Abloheet

Addon Developer
Addon Developer
Joined
Apr 18, 2009
Messages
212
Reaction score
40
Points
43
Location
Kolkata,West Bengal
what is the current latest working version of d3d9 client? both for rc 1 and r 59?
r 59 came just now, you know
 

JMW

Aspiring Addon Developer
Joined
Aug 5, 2008
Messages
611
Reaction score
52
Points
43
Location
Happy Wherever
Partial Display on my Dock HUD setting

It looks like we are dealing with two separate problems on a client side. Is the add-on available for download ? It would help quite a lot if I could run diagnostics of the client while the add-on is running to see what goes wrong inside the client.

---------- Post added at 10:06 ---------- Previous post was at 05:10 ----------


Thanks jarmonik.

No it's not available yet - is a wip.
Display works ok with inline client.

I still have some problems with autopilot to resolve before release.
 

SolarLiner

It's necessary, TARS.
Addon Developer
Joined
Jun 14, 2010
Messages
1,847
Reaction score
2
Points
0
Location
404 ROAD NOT FOUND
Yes, the same for Io, Mercury... sun shines through...

Io should work as it has an atmosphere... But I think I know where the problem lies. I'll try to correct it but I'm away currently, so expect slower update for the next week or two.

I'll try to get a version working with RC2 too. And maybe even build the default version for it if it hasn't shown up.
 
Top