mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
optimize clips fixes #299
This commit is contained in:
parent
32f5f2cca9
commit
dfcdd289c3
@ -139,6 +139,8 @@ class EventProcessor(threading.Thread):
|
|||||||
'-',
|
'-',
|
||||||
'-c',
|
'-c',
|
||||||
'copy',
|
'copy',
|
||||||
|
'-movflags',
|
||||||
|
'+faststart',
|
||||||
f"{os.path.join(CLIPS_DIR, clip_name)}.mp4"
|
f"{os.path.join(CLIPS_DIR, clip_name)}.mp4"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user