media-transcription

Transcribe video and audio files into written text using faster-whisper.

31|10|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/yazelin/ching-tech-os --skill media-transcription
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-transcription
Source: https://github.com/yazelin/ching-tech-os/tree/main/backend/src/ching_tech_os/skills/media-transcription
Command: npx skills add https://github.com/yazelin/ching-tech-os --skill media-transcription

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the need for manual transcription by converting videos and audio files into written text automatically.

Core Features & Use Cases

  • Video/Audio Transcription: Converts video and audio files into written text.
  • Multiple Formats Supported: Works with a variety of file formats, including MP4, MKV, WebM, MP3, M4A, WAV, OGG, and FLAC.
  • Use Case: Easily transcribe customer support calls, training videos, or meeting recordings to make information more accessible and searchable.

Quick Start

Transcribe the audio from the attached file 'meeting recording.mp3' and generate a written transcript.

Frequently Asked Questions about media-transcription

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

FAQPage Schema
How do I transcribe an MP4 video file into written text?

This Skill transcribes MP4 video files into written text by utilizing faster-whisper and ffmpeg to extract audio and generate an accurate written transcript of the spoken content.

What audio formats can I use for audio transcription?

Audio transcription supports multiple formats including MP3, M4A, WAV, OGG, and FLAC, allowing you to easily convert various lecture, conference, and meeting audio recordings into searchable text.

Do I need ffmpeg installed to transcribe meeting recordings?

Yes, ffmpeg is required to transcribe meeting recordings, as this Skill uses it alongside faster-whisper and opencc to process audio and video files and convert Simplified Chinese to Traditional Chinese.

Can I convert Simplified Chinese to Traditional Chinese during video transcription?

Yes, you can convert Simplified Chinese to Traditional Chinese during video transcription, as this Skill integrates opencc to handle the character conversion automatically while generating the written transcript.

What is the best way to transcribe customer support calls in bulk?

The best way to transcribe customer support calls is using faster-whisper for automated speech recognition, which efficiently converts multiple audio recordings into searchable text without manual effort.

Does faster-whisper work with MKV and WebM video formats for transcription?

Yes, faster-whisper works with MKV and WebM video formats for transcription, as the Skill supports extracting audio from these formats alongside MP4 to generate written text transcripts.