Skip to content

Commit

Permalink
Added missing advancd parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraflame4 committed Dec 18, 2022
1 parent 196b338 commit e94d2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TiledImage/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def video_cli(
resize_factor=resize_factor, progress=overall_progress)
overall_progress.advance(overall_progress_task, 1)
utils.test_for_ffmpeg()
overall_progress.update(overall_progress_task, description="Overall Progress - waiting for ffmpeg...")
overall_progress.update(overall_progress_task, description="Overall Progress - waiting for ffmpeg...",advance=1)
run_ffmpeg(overall_progress, Path(f"./build/frames/{source_path.name}_%d.png"), save_path, video.Framerate)
overall_progress.update(overall_progress_task, description="Overall Progress - Finished")
overall_progress.update(overall_progress_task, description="Overall Progress - Finished",advance=1)
overall_progress.print(f"Saved to f{save_path.absolute()}")

0 comments on commit e94d2de

Please sign in to comment.