mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
removed specific optimizations not related to cam
This commit is contained in:
parent
6ef76d6697
commit
d2cebc41b9
@ -4,8 +4,6 @@ title: Advanced Options
|
|||||||
sidebar_label: Advanced Options
|
sidebar_label: Advanced Options
|
||||||
---
|
---
|
||||||
|
|
||||||
## Advanced configuration
|
|
||||||
|
|
||||||
### `logger`
|
### `logger`
|
||||||
|
|
||||||
Change the default log level for troubleshooting purposes.
|
Change the default log level for troubleshooting purposes.
|
||||||
|
|||||||
@ -74,7 +74,6 @@ This camera is H.265 only. To be able to play clips on a Mac the H.265 stream ha
|
|||||||
cameras:
|
cameras:
|
||||||
annkec800: # <------ Name the camera
|
annkec800: # <------ Name the camera
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
hwaccel_args: -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p
|
|
||||||
output_args:
|
output_args:
|
||||||
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1 -bsf:v hevc_mp4toannexb -c:a aac
|
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -tag:v hvc1 -bsf:v hevc_mp4toannexb -c:a aac
|
||||||
rtmp: -c:v copy -c:a aac -f flv
|
rtmp: -c:v copy -c:a aac -f flv
|
||||||
@ -88,8 +87,8 @@ cameras:
|
|||||||
rtmp:
|
rtmp:
|
||||||
enabled: False # <-- RTMP should be disabled if your stream is not H264
|
enabled: False # <-- RTMP should be disabled if your stream is not H264
|
||||||
detect:
|
detect:
|
||||||
width: 3840 # <---- update for your camera's resolution
|
width: # <---- update for your camera's resolution
|
||||||
height: 2160 # <---- update for your camera's resolution
|
height: # <---- update for your camera's resolution
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user