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:
Erich Blume 2026-04-08 08:43:43 -07:00
commit 0366a0346b
2 changed files with 4 additions and 0 deletions

View file

@ -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:

View 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.