animafps / teres

🎞️ Utility for realistic motion blur through frame intepolation and blending
https://animafps.github.io/teres
GNU General Public License v3.0
52 stars 1 forks source link

File with the same name at file output already exists #36

Open animafps opened 1 year ago

animafps commented 1 year ago

When there exists a file with the same name as the proposed output file at the same location, ffmpeg errors and halts

So there are a couple ways to handle this

  1. delete file
  2. prompt user
  3. append an increment to the suffix of the file name
  4. append a pseudo random suffix to the end of the file name