Set Frigate preview quality to CRF 8 for faster timeline loading
Previews are ~4MB/hour at default quality (CRF 1), served over NFS from sifaka. Reducing to CRF 8 shrinks preview files to improve review page load times when scrubbing older footage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
936d29bbe1
commit
0366a0346b
2 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ model:
|
|||
path: /media/frigate/models/yolov9-c-640.onnx
|
||||
labelmap_path: /labelmap/coco-80.txt
|
||||
|
||||
preview:
|
||||
quality: 8
|
||||
|
||||
record:
|
||||
enabled: true
|
||||
continuous:
|
||||
|
|
|
|||
1
docs/changelog.d/+frigate-preview-quality.infra.md
Normal file
1
docs/changelog.d/+frigate-preview-quality.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Set Frigate preview quality to CRF 8 (from default 1) to reduce preview file sizes and improve review timeline loading over NFS.
|
||||
Loading…
Add table
Add a link
Reference in a new issue