teres
teres copied to clipboard
File with the same name at file output already exists
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
- delete file
- prompt user
- append an increment to the suffix of the file name
- append a pseudo random suffix to the end of the file name