mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Fixes (#19038)
* Fix Norwegian language code for date-fns module import * Fix incorrect apple compatibility change * Add other and unused as separate storage items --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
co-authored by
Nicolas Mowen
parent
178117183e
commit
cd54a81150
@@ -491,6 +491,6 @@ def parse_preset_output_record(arg: Any, force_record_hvc1: bool) -> list[str]:
|
||||
|
||||
if force_record_hvc1:
|
||||
# Apple only supports HEVC if it is hvc1 (vs. hev1)
|
||||
preset += FFMPEG_HVC1_ARGS
|
||||
return preset + FFMPEG_HVC1_ARGS
|
||||
|
||||
return preset
|
||||
|
||||
Reference in New Issue
Block a user