Fix type issue

This commit is contained in:
Nicolas Oulianov 2025-01-15 14:54:50 +01:00
parent 380b836eee
commit 14a05b28a6
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ def encode_video_frames(
overwrite: bool = False, overwrite: bool = False,
) -> None: ) -> None:
"""More info on ffmpeg arguments tuning on `benchmark/video/README.md`""" """More info on ffmpeg arguments tuning on `benchmark/video/README.md`"""
imgs_dir = Path(imgs_dir)
video_path = Path(video_path) video_path = Path(video_path)
video_path.parent.mkdir(parents=True, exist_ok=True) video_path.parent.mkdir(parents=True, exist_ok=True)