transcribe

Convert audio and video files to SRT subtitles using mlx-whisper on Apple Silicon.

2|1|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/neozenith/agentic-dotfiles --skill transcribe-neozenith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcribe
Source: https://github.com/neozenith/agentic-dotfiles/tree/main/skills/transcribe
Command: npx skills add https://github.com/neozenith/agentic-dotfiles --skill transcribe-neozenith

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mlx-whisper, ffmpeg, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually transcribing audio and video files, providing an automated solution to convert them into SRT subtitle files for easier accessibility and reference.

Core Features & Use Cases

  • Speech-to-Text: Converts audio and video content into text using mlx-whisper on Apple Silicon.
  • SRT Subtitle Creation: Outputs standard SRT subtitle files for embedding or burning into videos.
  • Use Case: Ideal for creating subtitles for educational videos, accessibility, or for quick reference during meetings.

Quick Start

Transcribe the audio from 'meeting_recording.mp3' and save the subtitles as 'meeting_recording.srt'.

Frequently Asked Questions about transcribe

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

FAQPage Schema
How do I convert video files to SRT subtitles on Apple Silicon?

To convert video files to SRT subtitles on Apple Silicon, this Skill uses mlx-whisper for speech recognition and ffmpeg for audio extraction, outputting standard SRT files for accessibility or embedding.

Can I transcribe an mp3 audio recording into text?

Yes, you can transcribe mp3 audio recordings into text. The Skill processes the audio with mlx-whisper to generate an SRT subtitle file, providing an automated speech-to-text solution for meetings or reference.

Do I need ffmpeg installed to generate speech-to-text transcripts?

Yes, you need ffmpeg installed to decode audio and video inputs before generating speech-to-text transcripts. It works alongside mlx-whisper to ensure media files are correctly processed for transcription.

What is the best way to automate subtitle creation for educational videos?

The best way to automate subtitle creation for educational videos is using mlx-whisper on Apple Silicon. It converts spoken content into SRT subtitle files automatically, bypassing manual transcription efforts entirely.

Does this transcription approach work on non-Apple hardware?

No, this transcription approach does not work on non-Apple hardware. It relies on mlx-whisper, which is specifically optimized for Apple Silicon to perform the speech-to-text conversion.