mendevi.utils.unfold_video_files¶ mendevi.utils.unfold_video_files(paths: Iterable[str | bytes | Path]) → Iterable[Path][source]¶ Explore recursively the folders to find the video path. Parameters¶ pathslist[pathlike]All the folders, files, glob or recursive glob expression. Yields¶ filenamepathlib.PathThe path of the video.