You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/docs/en/latest/technical/video-vcn.markdown
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ AMD VCN
18
18
19
19
## Supported Hardware and Configurations
20
20
21
-
- AMD Radeon RX6000 (RDNA2), RX7000 (RDNA3) series GPU or better
21
+
- AMD Radeon RX6000 (RDNA2), RX7000 (RDNA3) and RX9000 (RDNA4) series GPU or better
22
22
- Windows 10 or later
23
23
- Limited support is available on Ubuntu 22.04 and later.
24
24
@@ -31,7 +31,26 @@ Support for the AMD VCN encoder is enabled in preferences on the video tab. If y
31
31
<!-- /.system-windows -->
32
32
33
33
<!-- .system-linux-->
34
-
On Ubuntu Linux, [AMD Radeon Software for Linux version 24.20 or later](https://www.amd.com/en/support/linux-drivers) is required to use the VCN encoder. Install using the `amdgpu-pro-install` script according to AMD’s [installation guide](https://amdgpu-install.readthedocs.io/en/latest/). Additionally, you must manually install the `amf-amdgpu-pro` package included in the download.
34
+
On Linux, we need the official amdgpu-pro drivers.
35
+
36
+
- Download the latest drivers from: [AMD Radeon Software for Linux version 24.20 or later](https://www.amd.com/en/support/linux-drivers) is required to use the VCN encoder.
37
+
- sudo dpkg -i amdgpu-install_VERSION_all.deb (Where version is similar to: 6.3.60302-1)
For native installs, VCN should now be available in the HandBrake GUI.
42
+
43
+
If your are using a flatpak build, you will have to perform some additional steps:
44
+
45
+
- If you don't already have [Flatseal](https://flathub.org/apps/com.github.tchx84.Flatseal) installed, you will need to install it.
46
+
- Open FlatSeal and choose the HandBrake app.
47
+
- In the "Other Files" section, add a folder "/opt"
48
+
- In the "Environment - Variables" section, change LD_LIBRARY_PATH=/app/extensions/lib:/opt/amdgpu-pro/lib/x86_64-linux-gnu
49
+
(adding :/opt/amdgpu-pro/lib/x86_64-linux-gnu) to the end. Note, on non-ubuntu distros, this path may be differnet. I.e RHEL/SLE it may be under: /opt/amdgpu-pro/lib64
50
+
51
+
Now, if your run HandBrake, you should see the VCN options available.
0 commit comments