commands# Functions capture(command, cwd=None, command_input=None)[source]# get_dir_layout(dirpath)[source]# Get list of paths relative to dirpath of all files in dir and subdirs recursively. Parameters dirpath (Path) – Return type Generator[str, None, None] get_video_metadata(path_to_video)[source]# Parameters path_to_video (str | os.PathLike) – Return type dict[str]