videoHealth

check_videos(video_addresses:list[union[os.PathLike, str]])
Check all videos matching a glob pattern, remove corrupted ones, and return healthy videos sorted by size.
Parameters:
Returns:
print(f"{path} ({size / (1024*1024): .2f} MB)")
Labels:

src_PyThon_OpenCV2_videoHealth_check_videos