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}")