ass_karaoke_scale
Multiply karaoke durations by a factor to adjust timing, with optional line span scaling and minimum duration clamp.
Instructions
Multiply every karaoke duration by factor (never below min_cs).
scale_times=True also scales the line's own span about its start (the
Start time is kept). Returns the same shape as :func:ass_karaoke_shift
with factor instead of shift_ms; rounding/clamping is reported via
duration_sum_cs/discrepancy_cs/message, never stretched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | No | ||
| factor | Yes | ||
| min_cs | No | ||
| selection | Yes | ||
| scale_times | No |