mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 02:05:21 +03:00
Update hardware_acceleration.md
This commit is contained in:
parent
f1f6c447d3
commit
8493038c4f
@ -17,7 +17,7 @@ ffmpeg:
|
|||||||
|
|
||||||
### Intel-based CPUs (<10th Generation) via VAAPI
|
### 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
|
```yaml
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
@ -30,14 +30,14 @@ ffmpeg:
|
|||||||
|
|
||||||
QSV must be set specifically based on the video encoding of the stream.
|
QSV must be set specifically based on the video encoding of the stream.
|
||||||
|
|
||||||
#### h264 streams
|
#### H.264 streams
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
hwaccel_args: preset-intel-qsv-h264
|
hwaccel_args: preset-intel-qsv-h264
|
||||||
```
|
```
|
||||||
|
|
||||||
#### h265 streams
|
#### H.265 streams
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user