I have directory with ~1 million video files nested under 100 sub-directories. I want to write a python script that verifies that these files are not corrupted, then delete the files that are corrupted. What’s the most efficient way of doing this? The machine it’s running has 64 cpu-cores.