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

@@ -88,6 +88,9 @@ $cmd "$@"' >"${ENTRY_SCRIPT}"
}
gen_links || return 1
# allow calling entry.sh with arguments as execution
entry() { "$@" ; }
set_completions() {
for funcName in "${FB_FUNC_NAMES[@]}"; do
complete -W "${FB_FUNC_COMPLETION[${funcName}]}" "${funcName}"