diff --git a/.local/bin/video2srt b/.local/bin/video2srt index ff6a3c1..e50682f 100755 --- a/.local/bin/video2srt +++ b/.local/bin/video2srt @@ -9,6 +9,8 @@ TRANSLATE="${TRANSLATE:-1}" SRC_LANG="${SRC_LANG:-auto}" FORCE="${FORCE:-0}" USE_VAD="${USE_VAD:-1}" +MAX_LEN="${MAX_LEN:-84}" +LINE_LEN="${LINE_LEN:-42}" OUTPUT="" usage() { @@ -24,6 +26,8 @@ Options: -o, --output PATH Output .srt path (single input only; default: