From 59bf7b50d460e4de992ce58968eaccab600afbf5 Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Sun, 1 Dec 2024 15:38:38 -0500 Subject: [PATCH] Fix typo --- scripts/process-videos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/process-videos.py b/scripts/process-videos.py index 123a26a..65c7721 100755 --- a/scripts/process-videos.py +++ b/scripts/process-videos.py @@ -383,7 +383,7 @@ def create_settling_period_video( ) try: - self.run_ffmpeg_with_output(cmd, "setting") + self.run_ffmpeg_with_output(cmd, "settling") self.state.stage = ProcessingStage.SETTLING_CREATED self._save_state() print(f"✓ Finished creating settling period video: {output_file}")