mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-15 04:47:34 +03:00
formatting
This commit is contained in:
parent
d12546f296
commit
5e0c55148e
@ -50,11 +50,11 @@ PREVIEW_QUALITY_BIT_RATES = {
|
||||
# the -qmax param for ffmpeg prevents the encoder from overly compressing frames while still trying to hit the bitrate target
|
||||
# lower values are higher quality. This is especially important for iniitial frames in the segment
|
||||
PREVIEW_QMAX_PARAM = {
|
||||
RecordQualityEnum.very_low: '',
|
||||
RecordQualityEnum.low: '',
|
||||
RecordQualityEnum.medium: '',
|
||||
RecordQualityEnum.high: '-qmax 25',
|
||||
RecordQualityEnum.very_high: '-qmax 25',
|
||||
RecordQualityEnum.very_low: "",
|
||||
RecordQualityEnum.low: "",
|
||||
RecordQualityEnum.medium: "",
|
||||
RecordQualityEnum.high: "-qmax 25",
|
||||
RecordQualityEnum.very_high: "-qmax 25",
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user