start_batch
Start automated batch transcription of untranscribed files in a folder. Scans, sorts by duration, and processes sequentially as background jobs with output validation.
Instructions
Start an automated sequential batch transcription of all untranscribed files in a folder. Scans for files without a matching .txt, sorts by duration (shortest first), and processes them one at a time as background jobs. Each file is validated after completion — empty or suspiciously short outputs are flagged. Returns a batch ID to use with check_batch_progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Absolute Windows path to the folder. | |
| language | No | Language code. Defaults to en. | en |
| threads | No | CPU threads. Defaults to 2 of 2. |