Transcribe a MEGA video/audio file
mega_transcribeTranscribe spoken audio from video or audio files stored in MEGA to text. Extract and segment audio with ffmpeg, then send to a configured backend for transcription.
Instructions
Transcribe spoken audio from a video/audio file to text, so it can be used as knowledge. OPT-IN: disabled unless a backend is configured via MEGA_TRANSCRIBE (openai or command) — see README. Audio is extracted and segmented with ffmpeg, then sent to the backend. The file is downloaded first; use maxMinutes to transcribe only the start of a long file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Media file path within the folder link. | |
| link | No | MEGA link: folder link (with `path`) or direct file link. | |
| maxMinutes | No | Only transcribe the first N minutes of the file. | |
| language | No | Optional ISO language hint, e.g. 'en'. | |
| segmentMinutes | No | Audio segment length sent per request (default 10). |