diff --git a/frigate/record/export.py b/frigate/record/export.py index 8bc5efc3c..a1c5ec303 100644 --- a/frigate/record/export.py +++ b/frigate/record/export.py @@ -225,7 +225,7 @@ class RecordingExporter(threading.Thread): ffmpeg_cmd = ( parse_preset_hardware_acceleration_encode( self.config.ffmpeg.ffmpeg_path, - self.config.cameras[self.camera].record.export.timelapse_args, + self.config.cameras[self.camera].record.export.hwaccel_args, f"-an {ffmpeg_input}", f"{self.config.cameras[self.camera].record.export.timelapse_args} -movflags +faststart", EncodeTypeEnum.timelapse,