now sub conversion actually works

This commit is contained in:
kolaczyn
2020-06-26 23:24:51 +02:00
parent 4fb0516a95
commit eee3615a76

View File

@ -33,7 +33,8 @@ for filename in *; do
file="${filename%.*}";
in="${file}.vtt"
out="${file}.srt"
ffmpeg -i $in $out
done
ffmpeg -i "${in}" "${out}"
done
# rename
#remove old subs
rm *vtt