diff --git a/cutVideo b/cutVideo index 0dd3db7..1f62da9 100755 --- a/cutVideo +++ b/cutVideo @@ -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"