byted-mediakit-videoedit
SKILL.md
AI Video Intelligent Editing
Overview
This Skill helps users understand video context by analyzing danmaku and subtitle content, automatically extracts and splices video clips based on editing requests, and uses FFmpeg to complete transition effects and final synthesis.
Input Specifications
- Video files (required, supports multiple): Local video file paths, supports formats like
.mp4,.flv,.mkv, etc. - Danmaku files (optional, one per video): XML format danmaku files (supports Bilibili format), corresponding to video files in order one-to-one
- Subtitle files (optional, one per video):
.srt/.ass/.jsonformat subtitle files, corresponding to video files in order one-to-one; leave empty for videos without subtitles
Note: Subtitles and danmaku are the only basis for understanding video content. If neither is provided for a video, its content cannot be understood, and only explicit time segment instructions from the user can be executed.
Workflow
Step 0: Dependency Verification
Before performing any operations, verify that the runtime environment meets the requirements.