fix(video2srt): disable max-len by default
This commit is contained in:
@@ -168,8 +168,8 @@ def main() -> int:
|
|||||||
p.add_argument(
|
p.add_argument(
|
||||||
"--max-len",
|
"--max-len",
|
||||||
type=int,
|
type=int,
|
||||||
default=84,
|
default=0,
|
||||||
help="Max characters per SRT entry, 0 to disable (default: 84)",
|
help="Force whisper to split entries at N characters (default: 0)",
|
||||||
)
|
)
|
||||||
p.add_argument(
|
p.add_argument(
|
||||||
"--line-len",
|
"--line-len",
|
||||||
|
|||||||
Reference in New Issue
Block a user