Closed cwesterfield closed 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
./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
Sure, that would be no problem. I'll make the tweak sometime this weekend. Cheers!
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