If you are curious what video encoding capabilities Radeon RX Vega M GH Graphics offers for a Media Foundation application, here are the details. Some introductory information for starters:
The quote above has enough benchmarks related to high resolution gaming, I am however interested in hardware codecs on the chip. The system enumerates two DXGI adapters, so they are both present on chip:
Display Devices
- Intel(R) HD Graphics 630
- Instance: PCI\VEN_8086&DEV_591B&SUBSYS_20738086&REV_04\3&11583659&0&10
- DEVPKEY_Device_Manufacturer: Intel Corporation
- DEVPKEY_Device_DriverVersion: 24.20.100.6286
Radeon RX Vega M GH Graphics
- Instance: PCI\VEN_1002&DEV_694C&SUBSYS_20738086&REV_C0\4&2BF2E4F6&0&0008
- DEVPKEY_Device_Manufacturer: Advanced Micro Devices, Inc.
- DEVPKEY_Device_DriverVersion: 24.20.11026.2001
Then it is interesting that both integrated GPUs have their own video encoders:
Category
MFT_CATEGORY_VIDEO_ENCODER
- IntelВ® Quick Sync Video H.264 Encoder MFT (MFT_ENUM_FLAG_HARDWARE)
- IntelВ® Hardware H265 Encoder MFT (MFT_ENUM_FLAG_HARDWARE)
- AMDh264Encoder (MFT_ENUM_FLAG_HARDWARE)
- AMDh265Encoder (MFT_ENUM_FLAG_HARDWARE)
That is, both Intel and AMD hardware parts come with their video encoding ASICs, no reduction, and together they basically provide excessive video encoding capabilities.Â
Below is the quote of AMF SDK capabilities of the hardware. The data looks pretty much similar to that of my another Radeon RX 570 Series system:
Continue reading →