Update convert.sh
fixed path in convert.sh
This commit is contained in:
committed by
GitHub
parent
2e4f0044ab
commit
635f69db9c
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user