Files
karuo-ai/03_卡木(木)/木叶_视频内容/视频切片/requirements.txt

33 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 视频切片Skill依赖
# 核心依赖
openai-whisper>=20231117 # 语音转文字
yt-dlp>=2024.1.0 # 下载YouTube/B站视频
requests>=2.28.0 # HTTP请求
Pillow>=10.0.0 # 字幕图片生成(必须)
# 字幕烧录Pro依赖
# FFmpeg # 视频处理需系统安装brew install ffmpeg
# 剪映草稿生成(推荐)
pyJianYingDraft>=0.2.5 # 程序化生成剪映草稿
# GitHub: https://github.com/GuanYixuan/pyJianYingDraft
# 支持:添加视频/音频/文字,设置动画/特效/转场
# 剪映接口(可选,旧方案)
# capcut-api # CapCutAPI - 剪映自动化接口
# 安装pip install capcut-api
# 启动服务capcut-server
# GitHub: https://github.com/sun-guannan/CapCutAPI
# 抖音发布-Web自动化可选有风险
# playwright>=1.40.0 # 浏览器自动化
# 安装后需要playwright install chromium
# 字幕简体中文soul_enhance 繁转简)
opencc-python-reimplemented>=0.1.0
# 可选依赖(高级功能)
# pyannote.audio>=3.1.0 # 说话人分离需要HuggingFace Token
# torch>=2.0.0 # GPU加速Whisper会自动安装