mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-03-16 19:20:11 +00:00
Crop PGS subtitles to match video dimensions
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user