Crop PGS subtitles to match video dimensions

This commit is contained in:
2026-03-03 10:01:53 -06:00
parent 73bb7338f4
commit 64c7f358fc
6 changed files with 335 additions and 99 deletions

View File

@@ -533,3 +533,10 @@ benchmark_command() {
}
' "${trace}" | sort -rn | head -n 20
}
# make sure supmover is built
# and set SUPMOVER
check_for_supmover() {
SUPMOVER="${LOCAL_PREFIX}/bin/supmover"
test -f "${SUPMOVER}" || do_build supmover || return 1
}