Merge 14a05b28a6
into 2c22f7d76d
This commit is contained in:
commit
1cb35cb309
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue