paolobroglio / atium

Simple video converter
MIT License
0 stars 0 forks source link

Cannot convert if output file is already present #17

Closed paolobroglio closed 1 year ago

paolobroglio commented 1 year ago

ffmpeg fails to convert if file is already present: "File '/tmp/converted.mp4' already exists. Overwrite? [y/N] Not overwriting - exiting"

It is needed to check if file already exist. If it does a new file with updated name is needed.