This commit is contained in:
Nicolas Oulianov 2025-03-26 05:28:03 +00:00 committed by GitHub
commit 1cb35cb309
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,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)