Skip to content

Commit 956cfc1

Browse files
authored
Merge pull request #280743 from dknappettmsft/avd-hevc-hardware-acceleration
AVD HEVC H.265 hardware acceleration
2 parents 14485f2 + 01a9920 commit 956cfc1

File tree

8 files changed

+129
-46
lines changed

8 files changed

+129
-46
lines changed

articles/virtual-desktop/TOC.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,6 @@
271271
- name: Add session hosts to a host pool
272272
displayName: deploy, get started, virtual machines, vms, azure stack hci, azure extended zones
273273
href: add-session-hosts-host-pool.md
274-
- name: Enable GPU acceleration
275-
displayName: graphics, multimedia, videos, cad, session hosts, 3D, rendering
276-
href: enable-gpu-acceleration.md
277274
- name: Customize session host images
278275
items:
279276
- name: Create custom images with Custom image templates
@@ -296,9 +293,14 @@
296293
- name: Windows 11 Enterprise images
297294
displayName: languages, language packs
298295
href: windows-11-language-packs.md
299-
- name: Configure default chroma value
300-
displayName: graphics, multimedia, videos, cad, session hosts, 3D, rendering
301-
href: configure-default-chroma-value.md
296+
- name: Graphics performance
297+
items:
298+
- name: Enable GPU acceleration
299+
displayName: graphics, multimedia, videos, cad, session hosts, 3D, rendering, avc, h.264, high efficiency video coding, hevc, h.265
300+
href: graphics-enable-gpu-acceleration.md
301+
- name: Increase chroma value to 4:4:4
302+
displayName: graphics, multimedia, videos, cad, session hosts, 3D, rendering
303+
href: graphics-chroma-value-increase-4-4-4.md
302304
- name: Applications
303305
items:
304306
- name: Publish applications with RemoteApp

articles/virtual-desktop/administrative-template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ You can configure the following features with the administrative template:
2323
- [RDP Shortpath for managed networks](rdp-shortpath.md?tabs=managed-networks)
2424
- [Screen capture protection](screen-capture-protection.md)
2525
- [Watermarking](watermarking.md)
26+
- [High Efficiency Video Coding (H.265) hardware acceleration](graphics-enable-gpu-acceleration.md)
2627

2728
## Prerequisites
2829

@@ -99,3 +100,13 @@ To add the administrative template to Group Policy, select a tab for your scenar
99100
- [Watermarking](watermarking.md)
100101

101102
---
103+
104+
## Related content
105+
106+
Learn how to use the administrative template with the following features:
107+
108+
- [Graphics related data logging](connection-latency.md#connection-graphics-data-preview)
109+
- [Screen capture protection](screen-capture-protection.md)
110+
- [RDP Shortpath for managed networks](rdp-shortpath.md?tabs=managed-networks)
111+
- [Watermarking](watermarking.md)
112+
- [High Efficiency Video Coding (H.265) hardware acceleration](graphics-enable-gpu-acceleration.md)

articles/virtual-desktop/configure-default-chroma-value.md renamed to articles/virtual-desktop/graphics-chroma-value-increase-4-4-4.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: Configure default chroma value for Azure Virtual Desktop
3-
description: Learn how to configure the default chroma value from 4:2:0 to 4:4:4.
2+
title: Increase the chroma value to 4:4:4 for Azure Virtual Desktop
3+
description: Learn how to increase the chroma value from 4:2:0 to 4:4:4.
44
ms.topic: how-to
55
author: dknappettmsft
66
ms.author: daknappe
77
ms.date: 05/21/2024
88
---
99

10-
# Configure the default chroma value for Azure Virtual Desktop
10+
# Increase the chroma value to 4:4:4 for Azure Virtual Desktop using the Advanced Video Coding (AVC) video codec
1111

12-
The chroma value determines the color space used for encoding. By default, the chroma value is set to 4:2:0, which provides a good balance between image quality and network bandwidth. You can increase the default chroma value to 4:4:4 to improve image quality. You don't need to use GPU acceleration to change the default chroma value.
12+
The chroma value determines the color space used for encoding. By default, the chroma value is set to 4:2:0, which provides a good balance between image quality and network bandwidth. When you use the Advanced Video Coding (AVC) video codec, you can increase the chroma value to 4:4:4 to improve image quality. You don't need to use GPU acceleration to change the chroma value.
1313

14-
This article shows you how to set the default chroma value. You can use Microsoft Intune or Group Policy to configure your session hosts.
14+
This article shows you how to set the chroma value. You can use Microsoft Intune or Group Policy to configure your session hosts.
1515

1616
## Prerequisites
1717

18-
Before you can configure the default chroma value, you need:
18+
Before you can configure the chroma value, you need:
1919

2020
- An existing host pool with session hosts.
2121

@@ -31,15 +31,15 @@ Before you can configure the default chroma value, you need:
3131

3232
- A security group or organizational unit (OU) containing the devices you want to configure.
3333

34-
## Increase the default chroma value to 4:4:4
34+
## Increase the chroma value to 4:4:4
3535

36-
By default, the chroma value is set to 4:2:0. You can increase the default chroma value to 4:4:4 using Microsoft Intune or Group Policy.
36+
By default, the chroma value is set to 4:2:0. You can increase the chroma value to 4:4:4 using Microsoft Intune or Group Policy.
3737

3838
Select the relevant tab for your scenario.
3939

4040
# [Microsoft Intune](#tab/intune)
4141

42-
To increase the default chroma value to 4:4:4 using Microsoft Intune:
42+
To increase the chroma value to 4:4:4 using Microsoft Intune:
4343

4444
1. Sign in to the [Microsoft Intune admin center](https://endpoint.microsoft.com/).
4545

@@ -73,7 +73,7 @@ To increase the default chroma value to 4:4:4 using Microsoft Intune:
7373

7474
# [Group Policy](#tab/group-policy)
7575

76-
To increase the default chroma value to 4:4:4 using Group Policy:
76+
To increase the chroma value to 4:4:4 using Group Policy:
7777

7878
1. Open the **Group Policy Management** console on device you use to manage the Active Directory domain.
7979

0 commit comments

Comments
 (0)