From 673c5a234a9a2ea4ab90bdb6ffafe9f4e8c48139 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 25 May 2026 17:46:38 +0200 Subject: [PATCH] fix(video2srt): format to two lines --- .local/bin/video2srt | 53 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) 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: