Browse Source

optimize clips fixes #299

Blake Blackshear 4 năm trước cách đây
mục cha
commit
8d52e2635a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      frigate/events.py

+ 2 - 0
frigate/events.py

@@ -139,6 +139,8 @@ class EventProcessor(threading.Thread):
             '-',
             '-c',
             'copy',
+            '-movflags',
+            '+faststart',
             f"{os.path.join(CLIPS_DIR, clip_name)}.mp4"
         ]