火山引擎点播
STDIO火山引擎点播视频编辑助手
火山引擎点播视频编辑助手
An efficient and convenient video editing assistant that enables various editing operations through conversational interaction, including multi-video timeline splicing, long video segmentation and splicing, and adding transition animations, lowering the technical barrier and operational costs of video editing.
| Version | v1.0.0 |
|---|---|
| Description | Volcano Engine VOD Intelligent Editing Assistant |
| Category | Video Cloud, Video-on-Demand |
| Tags | VOD, Video-on-Demand, Video Editing |
Concatenate multiple audio and video files into a new audio and video file, supporting three input methods: vid, url, and directurl
Concatenate vid1, vid2 and the video, with the space being space1.
Clip an audio or video file to a new audio or video file, with the specified start and end time, supporting three input methods: vid, url, and directurl.
Clip vid1, vid2 and the video, with the space being space1. Start time being 1s, end time being 30s.
Query the result of a video creative task, including task status, processing progress, and processing results.
Query the result of VCreativeId video creative task, with the space being space1.
Ark, Cursor, Trae etc.
Volcano Engine-Video on Demand-Console
Please apply for VOLCENGINE_ACCESS_KEY, VOLCENGINE_SECRET_KEY at Volcano Engine-Video on Demand-Console
Configure MCP service in mcp client, MCP JSON configuration:
{ "mcpServers": { "vevod": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_vod", "mcp-server-vod" ], "env": { "VOLCENGINE_ACCESS_KEY": "Your Volcengine AK", "VOLCENGINE_SECRET_KEY": "Your Volcengine SK" } } } }
MIT