What problem does it solve?
Manually transcribing talking-head videos and cutting out filler words, repetitions, and long pauses is slow and error-prone. This Skill automates speech-to-text with timestamps and produces a rough-cut MP4 plus SRT subtitles ready for final editing in Jianying/CapCut.
Core Features & Use Cases
- Speech-to-Text Transcription: Submits local audio/video files to Volcengine ASR via TOS upload and returns full text with per-segment timestamps, cached for reuse.
- Automatic Rough Cutting: Detects silence gaps, pure filler words, adjacent repeated sentences, and redundant prefix words, then renders a trimmed MP4 with ffmpeg using smart margins and smoothing.
- Subtitle Generation: Produces an SRT subtitle file aligned to the kept segments for direct import into Jianying.
- Use Case: You record a 20-minute talking-head video with stumbles and retakes. Run the script on a working copy to get a cleaned rough cut, an SRT file, and a keep/delete plan, then hand it off for final polish.
Quick Start
Ask the assistant to transcribe and rough-cut your video by saying: help me transcribe this video and auto-cut the filler words, repetitions, and pauses into a rough-cut MP4 with subtitles.