update get_crop install install_deps

This commit is contained in:
2026-04-25 20:44:59 -05:00
parent 0e436efc3f
commit 9962071250
2 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ get_crop() {
duration="$(get_duration "${file}")" || return 1
# don't care about decimal points
IFS='.' read -r duration _ <<<"${duration}"
# get crop value for first half of input
local timeEnc=$((duration / 20))
# get crop value for first tenth of input
local timeEnc=$((duration / 10))
ffmpeg \
-y \
-hide_banner \