mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Add h265 pi preset to hardware acceleration docs
This commit is contained in:
parent
73b1e423e3
commit
95e785615b
@ -13,8 +13,13 @@ Ensure you increase the allocated RAM for your GPU to at least 128 (raspi-config
|
|||||||
**NOTICE**: If you are using the addon, you may need to turn off `Protection mode` for hardware acceleration.
|
**NOTICE**: If you are using the addon, you may need to turn off `Protection mode` for hardware acceleration.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# if you want to decode a h264 stream
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
hwaccel_args: preset-rpi-64-h264
|
hwaccel_args: preset-rpi-64-h264
|
||||||
|
|
||||||
|
# if you want to decode a h265 (hevc) stream
|
||||||
|
ffmpeg:
|
||||||
|
hwaccel_args: preset-rpi-64-h265
|
||||||
```
|
```
|
||||||
|
|
||||||
:::note
|
:::note
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user