untrunc icon indicating copy to clipboard operation
untrunc copied to clipboard

Batch file repair?

Open MJrolla07 opened this issue 4 years ago • 2 comments

Hi, this gui version of this has been great for me restoring functionality to a load of videos I had corrupt during a HDD crash. I have many though, so im just wondering if there is a way to batch repair? Thanks!

MJrolla07 avatar Apr 06 '21 14:04 MJrolla07

Currently not. However you could write a script which iterates through your files and executes untrunc for each of them. For example in python you could use os.listdir or os.walk, and combine it with os.system.

anthwlock avatar Apr 08 '21 19:04 anthwlock