Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Dec 1, 2024
1 parent 313e50f commit 59bf7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/process-videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 59bf7b5

Please sign in to comment.