Update hardware_acceleration.md

This commit is contained in:
Nicolas Mowen 2023-02-06 06:42:43 -07:00 committed by GitHub
parent f1f6c447d3
commit 8493038c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ ffmpeg:
### Intel-based CPUs (<10th Generation) via VAAPI
VAAPI supports automatic profile selection so it will work automatically with both h264 and h265 streams. VAAPI is recommended for all generations of Intel-based CPUs if QSV does not work.
VAAPI supports automatic profile selection so it will work automatically with both H.264 and H.265 streams. VAAPI is recommended for all generations of Intel-based CPUs if QSV does not work.
```yaml
ffmpeg:
@ -30,14 +30,14 @@ ffmpeg:
QSV must be set specifically based on the video encoding of the stream.
#### h264 streams
#### H.264 streams
```yaml
ffmpeg:
hwaccel_args: preset-intel-qsv-h264
```
#### h265 streams
#### H.265 streams
```yaml
ffmpeg: