use end position instead of duration

This commit is contained in:
gutmet 2020-05-02 11:54:18 +02:00
parent 6d0f3e3e0d
commit 67d48a7984

View File

@ -13,4 +13,4 @@ outfile="$dir/$filename""Cut.$extension"
echo "$outfile"
ffmpeg -y -ss "$2" -t "$3" -i "$fullpath" "$outfile"
ffmpeg -y -ss "$2" -to "$3" -i "$fullpath" "$outfile"