made changes to installation and landing pages (#445)
* initial commit of changes to the installation and landing pages * deleted original install; fixed the toc; fixed typos * fixed some wording issues; fixed some formatting issues * adding back install.rst to try to fix the conflict --------- Co-authored-by: Aryan Salmanpour <aryan.salmanpour@amd.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
.. meta::
|
||||
:description: rocDecode supported codex and hardware capabilities
|
||||
:keywords: install, rocDecode, AMD, ROCm, GPU, codec, VCN
|
||||
|
||||
********************************************************************
|
||||
rocDecode supported codecs and hardware capabilities
|
||||
********************************************************************
|
||||
|
||||
rocDecode supports the following codecs:
|
||||
|
||||
* H.265 (HEVC): 8 bit and 10 bit
|
||||
* H.264 (AVC): 8 bit
|
||||
* AV1: 8 bit and 10 bit
|
||||
|
||||
The following table shows the codec support and capabilities of the VCN for each supported GPU
|
||||
architecture:
|
||||
|
||||
.. csv-table::
|
||||
:header: "GPU Architecture", "VCN Generation", "Number of VCNs", "H.265/HEVC", "Max width, Max height - H.265", "H.264/AVC", "Max width, Max height - H.264"
|
||||
|
||||
"gfx908 - MI1xx", "VCN 2.5.0", "2", "Yes", "4096, 2176", "Yes", "4096, 2160"
|
||||
"gfx90a - MI2xx", "VCN 2.6.0", "2", "Yes", "4096, 2176", "Yes", "4096, 2160"
|
||||
"gfx940, gfx942 - MI3xx", "VCN 3.0", "3", "Yes", "7680, 4320", "Yes", "4096, 2176"
|
||||
"gfx941 - MI3xx", "VCN 3.0", "4", "Yes", "7680, 4320", "Yes", "4096, 2176"
|
||||
"gfx1030, gfx1031, gfx1032 - Navi2x", "VCN 3.x", "2", "Yes", "7680, 4320", "Yes", "4096, 2176"
|
||||
"gfx1100, gfx1102 - Navi3x", "VCN 4.0", "2", "Yes", "7680, 4320", "Yes", "4096, 2176"
|
||||
"gfx1101 - Navi3x", "VCN 4.0", "1", "Yes", "7680, 4320", "Yes", "4096, 2176"
|
||||
@@ -0,0 +1,24 @@
|
||||
.. meta::
|
||||
:description: rocDecode tested configurations
|
||||
:keywords: install, rocDecode, AMD, ROCm, tested configurations, prerequisites, dependencies, requirements
|
||||
|
||||
********************************************************************
|
||||
rocDecode tested configurations
|
||||
********************************************************************
|
||||
|
||||
rocDecode has been tested on the following operating system, software, and library versions:
|
||||
|
||||
* Linux:
|
||||
|
||||
* Ubuntu 20.04, 22.04
|
||||
* RHEL 8, 9
|
||||
* SLES 15-SP5
|
||||
|
||||
* ROCm:
|
||||
|
||||
* rocm-core 6.2.0.60200-66
|
||||
* amdgpu-core 1:6.2.60200-2009582
|
||||
|
||||
* libva-dev 2.7.0-2, 2.14.0-1
|
||||
* mesa-amdgpu-va-drivers 1:24.2.0.60200-2009582
|
||||
* FFmpeg 4.2.7, 4.4.2-0
|
||||
Reference in New Issue
Block a user