mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 21:45:32 +03:00
Remove repeated apple tag
This commit is contained in:
parent
1a0e0f7eb3
commit
83a292f31f
@ -19,7 +19,6 @@ from frigate.const import (
|
|||||||
CACHE_DIR,
|
CACHE_DIR,
|
||||||
CLIPS_DIR,
|
CLIPS_DIR,
|
||||||
EXPORT_DIR,
|
EXPORT_DIR,
|
||||||
FFMPEG_HVC1_ARGS,
|
|
||||||
MAX_PLAYLIST_SECONDS,
|
MAX_PLAYLIST_SECONDS,
|
||||||
PREVIEW_FRAME_TYPE,
|
PREVIEW_FRAME_TYPE,
|
||||||
)
|
)
|
||||||
@ -233,9 +232,6 @@ class RecordingExporter(threading.Thread):
|
|||||||
)
|
)
|
||||||
).split(" ")
|
).split(" ")
|
||||||
|
|
||||||
if self.config.ffmpeg.apple_compatibility:
|
|
||||||
ffmpeg_cmd += FFMPEG_HVC1_ARGS
|
|
||||||
|
|
||||||
# add metadata
|
# add metadata
|
||||||
title = f"Frigate Recording for {self.camera}, {self.get_datetime_from_timestamp(self.start_time)} - {self.get_datetime_from_timestamp(self.end_time)}"
|
title = f"Frigate Recording for {self.camera}, {self.get_datetime_from_timestamp(self.start_time)} - {self.get_datetime_from_timestamp(self.end_time)}"
|
||||||
ffmpeg_cmd.extend(["-metadata", f"title={title}"])
|
ffmpeg_cmd.extend(["-metadata", f"title={title}"])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user