untrunc
untrunc copied to clipboard
Batch file repair?
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!
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.