extract_douyin_text
Extract spoken text from Douyin videos by providing a share link. Uses local speech recognition, and with extra context, organizes raw transcript into polished spoken copy.
Instructions
从抖音分享链接提取视频中的文本内容
参数:
share_link: 抖音分享链接或包含链接的文本
model: 本地 faster-whisper 模型(可选,默认 medium)
context: 口播整理用途或额外要求(可选)
返回:
提取的文本内容
注意: 本地 ASR 不消耗 API;最后整理口播需要 DOUYIN_DEEPSEEK_API_KEY
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| context | No | ||
| share_link | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |