Sfoglia il codice sorgente

optimize clips fixes #299

Blake Blackshear 4 anni fa
parent
commit
8d52e2635a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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"
         ]