vnt_proxy_subtitle_parse
Parse SRT, ASS, or SSA subtitle cues from files or text, optionally filtering by timestamp (at_ms) to extract active dialogue for visual novel localization.
Instructions
Parse SRT (VNTextProxy) or ASS/SSA Dialogue cues; optional at_ms filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| text | No | ||
| at_ms | No | Return active cues at this timestamp | |
| format | No | ||
| encoding | No | utf-8 | |
| strip_overrides | No |