anthwlock / untrunc

Restore a truncated mp4/mov. Improved version of ponchio/untrunc
GNU General Public License v2.0
1.87k stars 182 forks source link

Batch file repair? #87

Open MJrolla07 opened 3 years ago

MJrolla07 commented 3 years ago

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!

anthwlock commented 3 years ago

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.