agermanidis / autosub

[NO LONGER MAINTAINED] Command-line utility for auto-generating subtitles for any video file
MIT License
4.14k stars 1.64k forks source link

Don't overwrite old subtitles by default #161

Open daT4v1s opened 5 years ago

daT4v1s commented 5 years ago

currently it overwrites the old subtitles without warning (Y/N prompt)

potential use: to track changes in google's speech analysis algorithm to compare subtitles with different settings or audio pre-processing

what about suffix options (maybe) example: audio.vtt audio (2).vtt | audio.2.vtt | audio.en en-US 2019-07-18 1.vtt

BingLingGroup commented 5 years ago

emmmm……You can give -o option to specify an output file name. My repo has already added the overwrite detection. You can try to install the dev branch of my repo and enjoy it.