Samples - Docs Updated (#204)

[ROCm/rocdecode commit: 2298d93990]
이 커밋은 다음에 포함됨:
Kiriti Gowda
2024-01-26 05:19:24 -08:00
커밋한 사람 GitHub
부모 919dcafc80
커밋 f517b2ab2d
7개의 변경된 파일162개의 추가작업 그리고 128개의 파일을 삭제
+24 -9
파일 보기
@@ -1,18 +1,31 @@
# rocDecode Test Scripts
## Pre-requisites to run python script
* Python3
* ```python3 -m pip install pandas```
* ```python3 -m pip install tabulate```
* Install [rocDecode](../../README.md#build-and-install-instructions)
## Script to run rocDecode
* [FFMPEG](https://ffmpeg.org/about.html)
```
python3 run_rocDecode_tests.py --help
* On `Ubuntu`
```shell
sudo apt install ffmpeg libavcodec-dev libavformat-dev libavutil-dev
```
* On `RHEL`/`SLES` - install ffmpeg development packages manually or use [rocDecode-setup.py](../../rocDecode-setup.py) script
* Python3 and pip packages - `pandas`, & ` tabulate`
```shell
python3 -m pip install pandas tabulate
```
## Scripts
usage:
**Usage:**
```
* **run_rocDecodeSamples.py**
```shell
usage: run_rocDecodeSamples.py [--rocDecode_directory ROCDECODE_DIRECTORY]
[--gpu_device_id GPU_DEVICE_ID]
[--files_directory FILES_DIRECTORY]
@@ -33,7 +46,9 @@ optional arguments:
The number of threads is only for the videoDecodePerf sample (sample_mode = 1) - optional (default:4)
```
```
* **run_rocDecode_Conformance.py**
```shell
usage: run_rocDecode_Conformance.py [--rocDecode_directory ROCDECODE_DIRECTORY]
[--gpu_device_id GPU_DEVICE_ID]
[--files_directory FILES_DIRECTORY]