支持多字幕区域

This commit is contained in:
Jason
2025-05-18 14:59:08 +08:00
parent f78e985e1c
commit c673b5ccd1
9 changed files with 471 additions and 284 deletions

View File

@@ -72,10 +72,8 @@ options:
Input video file path
--output OUTPUT, -o OUTPUT
Output video file path (optional)
--ymin YMIN Subtitle area ymin (optional)
--ymax YMAX Subtitle area ymax (optional)
--xmin XMIN Subtitle area xmin (optional)
--xmax XMAX Subtitle area xmax (optional)
--subtitle-area-coords YMIN YMAX XMIN XMAX, -c YMIN YMAX XMIN XMAX
Subtitle area coordinates (ymin ymax xmin xmax). Can be specified multiple times for multiple areas.
--inpaint-mode {sttn-auto,sttn-det,lama,propainter,opencv}
Inpaint mode, default is sttn-auto
```