Tweaked convert and download a bit
This commit is contained in:
4
convert.sh
Normal file → Executable file
4
convert.sh
Normal file → Executable file
@ -7,4 +7,6 @@ for filename in ../subs/*; do
|
||||
in="${file}.vtt"
|
||||
out="${file}.srt"
|
||||
ffmpeg -i $in $out
|
||||
done
|
||||
done
|
||||
|
||||
rm ../subs.*vtt
|
||||
|
||||
Reference in New Issue
Block a user