AI Agent Hub
Back to skills
Local Audio Video Transcript Organizer icon

Local Audio Video Transcript Organizer

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_695efa3d/transcript-organizer according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Podcasts, meeting videos, and raw transcripts often arrive with timestamps, repetitions, fragmented sentences, and ASR errors. This skill is aimed at a local workflow: it turns audio, video, links, subtitles, raw transcripts, or pasted notes into one shareable Chinese original-text document, not a summary or meeting minutes.

How It Works

By default it keeps stage artifacts under ./transcript-organizer-workspace/, including input/, audio_wav/, transcripts_raw/, transcripts_clean/, and final/. For media input, it extracts audio and transcodes it to 16kHz mono WAV; for links, it can download with yt-dlp; for subtitles or text drafts, it normalizes them directly. The ASR backend is selected by environment: Apple Silicon setups may use mlx-whisper, while other environments may use faster-whisper. The cleanup pass removes timestamps, speaker labels, filler, and repetition, and fixes common errors in names, product names, and technical terms while preserving meaning, numbers, examples, and argument chains. If the source is not Chinese, the final output is a faithful Chinese original-text version, not a simple translation or compressed takeaway list.

Boundaries

The skill is local-first: it does not create online documents or upload user content. It requires ffmpeg; link downloads need yt-dlp. If installation, memory, or login-gated links fail, check logs/ and fall back to local files, existing transcripts, or a smaller model. It is suitable for preserving shareable original expression, not for generating to-do lists, bilingual parallel text, or replacing human fact-checking.

Use Cases

  • Convert local podcast audio into a shareable Chinese original-text file instead of a summary
  • Transcribe a public interview video link and clean it into a coherent Chinese transcript
  • Remove timestamps and formatting noise from subtitle files to create a clean manuscript
  • Clean messy meeting notes by removing repetition and filler while preserving the original phrasing

Best For

  • Audio editors handling podcasts who want to keep original tone and remove timestamps
  • Video operators curating interviews who need to turn public video links into shareable transcripts
  • Local deployment engineers who need ASR cleanup without uploading content
  • Research editors who need non-Chinese source material faithfully organized into Chinese original text