transcribe

Transcribe audio and video files into SRT subtitles using ElevenLabs Scribe v2.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/a0972199950/lazy-cv --skill transcribe-a0972199950
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/a0972199950/lazy-cv/tree/main/.agents/skills/transcribe
Command: npx skills add https://github.com/a0972199950/lazy-cv --skill transcribe-a0972199950

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, dotenv, @types/node, ts-node, typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of SRT subtitle files from audio and video content, making content more accessible and searchable.

Core Features & Use Cases

  • Automated Transcription: Converts spoken words in audio/video files into text.
  • SRT Generation: Creates standard subtitle files compatible with most media players.
  • Language Support: Supports multiple languages with auto-detection.
  • Customization: Allows control over subtitle length and timing.
  • Use Case: A video producer can quickly generate accurate subtitles for a new documentary, improving accessibility for deaf or hard-of-hearing viewers and aiding SEO.

Quick Start

Use the transcribe skill to create an SRT file from the video located at /path/to/my_video.mp4.

Frequently Asked Questions about transcribe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate SRT subtitles from an MP4 video file?

To generate SRT subtitles, you can transcribe the MP4 video file using ElevenLabs Scribe v2, which automatically detects spoken language and outputs a standard subtitle file compatible with most media players.

Can I set a character limit for each subtitle entry during transcription?

Yes, you can customize subtitle entry length, duration, and character limits during transcription to control the timing and display size of the generated SRT file.

Does this transcription tool support automatic language detection for audio files?

Yes, the transcription tool supports automatic language detection for audio files, while also allowing manual language code specification to ensure accurate captioning for specific dialects.

How do I extract raw transcript data as JSON instead of an SRT file?

To extract raw transcript data, you can enable the optional JSON output feature during transcription to retrieve unformatted text data instead of a standard SRT subtitle file.

Do I need an ElevenLabs API key to transcribe audio into text?

Yes, you need an ElevenLabs API key configured in your environment to access the Scribe v2 engine for converting audio and video files into SRT subtitle format.

What is the best way to transcribe a documentary for SEO and accessibility?

The best way to transcribe a documentary for SEO and accessibility is to automate SRT subtitle generation, converting spoken words into text to aid hard-of-hearing viewers and improve search indexing.