import_transcript
Imports external transcript data with word-level timestamps into podcli, bypassing built-in Whisper transcription for direct use.
Instructions
Import an external transcript (e.g. from a transcription service) into the UI. Skips Whisper entirely. The transcript must include word-level timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the video file the transcript belongs to | |
| transcript | Yes | Transcript data with word-level timestamps |