mmguero / cleanvid

cleanvid is a little script to mute profanity in video files
BSD 3-Clause "New" or "Revised" License
56 stars 6 forks source link

Subtitle output #2

Closed cwesterfield closed 5 years ago

cwesterfield commented 5 years ago

Is it possible to integrate an argument for subtitle output location?

I'm exporting my cleaned movies to another folder, but the clean srt stays with the input file.

something like ./cleanvid.py -w swears.txt -i /mnt/terriblehorriblemovies/Filthymovie.mp4 -o mnt/familymovies/Cleanmovie.mp4 -s /mnt/terriblehorriblemovies/Filthymovie.srt --subout /mnt/familymovies/Cleanmovie.srt

mmguero commented 5 years ago

Sure, that would be no problem. I'll make the tweak sometime this weekend. Cheers!