transcribe_batch
Transcribe audio and video files in a folder one by one, previewing each transcript before saving as .txt. Skips files with existing transcripts.
Instructions
Transcribe multiple audio/video files in a folder interactively, one file at a time. Shows a preview of each transcript and waits for confirmation before continuing. Saves each transcript as a .txt file next to its source. Files already transcribed (with matching .txt) are shown as done and skipped. Supported formats: mp3, wav, mp4, mkv, avi, mov, webm, m4a, flac, ogg. NOTE: For large unattended batch jobs, use whisper-cli.exe directly from the command line — see TROUBLESHOOTING.md for the command syntax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_path | Yes | Absolute Windows path to the folder. | |
| file_index | No | Which file to process (1-based). Omit to list files first. | |
| language | No | Language code. Defaults to en. | en |
| threads | No | CPU threads. Defaults to 2 of 2. | |
| recursive | No | Include subfolders. Defaults to false. |