返回顶部
t

tomoviee-video-scoring视频配乐生成

Generate music tailored to video content. Use when users request video_soundtrack operations or related tasks.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
295
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

tomoviee-video-scoring

Tomoviee AI - 视频配乐

概述

根据视频内容生成定制音乐。

API: tmvideoscoring

快速开始

身份认证

bash
python scripts/generateauthtoken.py YOURAPPKEY YOURAPPSECRET

Python客户端

python
from scripts.tomovieevideosoundtrack_client import TomovieeClient

client = TomovieeClient(appkey, appsecret)

API使用

基础示例

python
taskid = client.make_request({
video=https://example.com/my-video.mp4
prompt=现代科技产品音乐,干净利落
})

result = client.polluntilcomplete(task_id)
import json
output = json.loads(result[result])

参数

  • - video(必填):视频URL(MP4格式,小于200MB)
  • prompt:可选的风格指导
  • duration:音频时长(5-900秒,默认值:20)

异步工作流程

  1. 1. 创建任务:从API调用获取taskid
  2. 轮询完成状态:使用polluntilcomplete(taskid)
  3. 提取结果:解析返回的JSON以获取输出URL

状态码

  • - 1 = 排队中
  • 2 = 处理中
  • 3 = 成功(就绪)
  • 4 = 失败
  • 5 = 已取消
  • 6 = 超时

资源

scripts/

  • - tomovieevideosoundtrackclient.py - API客户端
  • generateauth_token.py - 身份验证令牌生成器

references/

请参阅附带的参考文档,获取详细的API文档和示例。

外部资源

  • - 开发者门户:https://www.tomoviee.ai/developers.html
  • API文档:https://www.tomoviee.ai/doc/
  • 获取API凭证:在开发者门户注册

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 tomoviee-video-background-music-1776196197 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 tomoviee-video-background-music-1776196197 技能

通过命令行安装

skillhub install tomoviee-video-background-music-1776196197

下载

⬇ 下载 tomoviee-video-scoring v1.0.3(免费)

文件大小: 15.35 KB | 发布时间: 2026-4-15 12:45

v1.0.3 最新 2026-4-15 12:45
- Simplified setup and usage instructions for video soundtrack generation.
- Removed dependencies on requirements.txt for installation guidance.
- Updated to use tomoviee_video_soundtrack_client.py as the main client, replacing the previous client script.
- Streamlined documentation and parameter descriptions for clarity.
- References to removed compatibility layers and outdated endpoints eliminated.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部