bennetimo / shrinkwrap

Shrink audio and video from cameras and GoPros at high quality, preserving metadata and original file modification times
http://coderunner.io/shrink-videos-with-ffmpeg-and-preserve-metadata/
67 stars 13 forks source link

How do I overwrite the original files? #6

Open sanchez-rick-c137 opened 4 years ago

sanchez-rick-c137 commented 4 years ago

I would like to overwrite the original files instead of having the original and the original-tc version, so I don't have to manually delete and rename.

bennetimo commented 4 years ago

Hi, there isn't an option built-in to do this currently; I set it up so the original files are never touched. You could write a simple script though to do both those steps, delete anything without the '-tc' and then rename to remove the suffix. Possibly in the future I'll add an option for this.