Transcribe Video To Text
by @vcarolxhberger
Skip the learning curve of professional editing software. Describe what you want — transcribe the spoken dialogue into a text document — and get text transcr...
> Got video files to work with? Send it over and tell me what you need — I'll take care of the AI speech transcription.
Try saying:
Getting Connected
Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".
If NEMO_TOKEN is in the environment, use it directly and create a session. Otherwise, acquire a free starter token:
https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with the X-Client-Id headertoken with 100 free credits valid for 7 days — use it as NEMO_TOKENThen create a session by POSTing to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer authorization and body {"task_name":"project","language":"en"}. The session_id in the response is needed for all following requests.
Tell the user you're ready. Keep the technical details out of the chat.
Transcribe Video to Text — Convert Video Speech to Text
Drop your video files in the chat and tell me what you need. I'll handle the AI speech transcription on cloud GPUs — you don't need anything installed locally.
Here's a typical use: you send a a 10-minute interview recording, ask for transcribe the spoken dialogue into a text document, and about 1-2 minutes later you've got a MP4 file ready to download. The whole thing runs at 1080p by default.
One thing worth knowing — shorter clips under 5 minutes produce faster and more accurate transcripts.
clawhub install transcribe-video-to-text