From fc4056779426ff0b16b961392fa5fd0703fc7def Mon Sep 17 00:00:00 2001 From: Jason Hunter Date: Sun, 11 Jul 2021 21:45:23 -0400 Subject: [PATCH] remove -f mp4 as it is not needed --- frigate/http.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/http.py b/frigate/http.py index 56fe9bad2..ed441a88c 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -594,8 +594,6 @@ def recording_clip(camera, start_ts, end_ts): "-", "-c", "copy", - "-f", - "mp4", "-movflags", "+faststart", path,