Combines multiple videos/images into a single video with optional background audio. Use when user wants to merge clips, concatenate videos, create slideshow from images, stitch videos together, combine media files, add background music to video, mix video with audio, create video montage, or join multiple video segments. 合并视频、拼接视频、图片合成视频、添加背景音乐、视频拼接、多图生成视频、视频混剪、素材合成。
Combines multiple videos/images into a single video with optional background audio using AI-powered processing.
Use this skill when:
Gather all media URLs from user:
Call submitAideoTask with:
getAideoTaskStatus to check progressMaximum wait time: 20 minutes
If task exceeds 20 minutes:
On completion, return the output video URL to user.
User request: "Create a video from these 5 photos"
submitAideoTask:
prompt: "Combine these images into a video, each image displays for 3 seconds with fade transition effects"
multiInputs: ["photo1.jpg", "photo2.jpg", "photo3.jpg", "photo4.jpg", "photo5.jpg"]
User request: "Combine these clips and add background music"
submitAideoTask:
prompt: "Merge these video clips into one video and add the background music"
multiInputs: ["clip1.mp4", "clip2.mp4", "clip3.mp4", "background_music.mp3"]
User request: "Create a montage from my vacation videos"
submitAideoTask:
prompt: "Create a dynamic video montage with smooth transitions between clips"
multiInputs: ["vacation1.mp4", "vacation2.mp4", "vacation3.mp4"]
When using aideo for multi-media composition:
transferring-video-styles skill instead