What problem does it solve?
Turning video content into searchable, copyable text is tedious: Douyin share links hide metadata behind login walls, and transcribing local videos requires manual audio extraction and speech recognition setup. This Skill automates both paths.
Core Features & Use Cases
- Douyin Link Metadata Extraction: Parse Douyin share links via mobile SSR page parsing to get title, author, likes, hashtags, and duration without any Cookie or login.
- Local Video Speech Transcription: Extract audio from local .mp4/.mov files using avconvert or ffmpeg, then transcribe Chinese speech with faster-whisper into timestamped text files.
- Use Case: A user pastes a Douyin share link and asks to extract the video's copy and stats, or drops a local meeting recording and asks for a full Chinese transcript saved as a text file.
Quick Start
Use the video-to-text skill to extract the metadata from this Douyin share link, or transcribe the speech from my local video file into a timestamped text file.