diff --git a/frigate/record/export.py b/frigate/record/export.py index 89980c663..efc155838 100644 --- a/frigate/record/export.py +++ b/frigate/record/export.py @@ -110,6 +110,8 @@ class RecordingExporter(threading.Thread): f"00:{minutes}:{seconds}", "-i", preview.path, + "-frames", + "1", "-c:v", "libwebp", thumb_path,