Update convert.sh

fixed path in convert.sh
This commit is contained in:
Paweł Kołaczyński
2020-07-01 09:41:59 +02:00
committed by GitHub
parent 2e4f0044ab
commit 635f69db9c

View File

@ -2,7 +2,7 @@
# it converts the subs from .vtt to .srt # it converts the subs from .vtt to .srt
for filename in subs/*; do for filename in ../subs/*; do
file="${filename%.*}"; file="${filename%.*}";
in="${file}.vtt" in="${file}.vtt"
out="${file}.srt" out="${file}.srt"