duo-video 工程创建器

Create video projects with duo-video-base and configure resolution and frame rate.

148|28|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/duoec/duo-video --skill duo-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: duo-video 工程创建器
Source: https://github.com/duoec/duo-video/tree/main/skills/video-project-creator
Command: npx skills add https://github.com/duoec/duo-video --skill duo-video

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps users leverage the duo-video-base module to create video projects, add assets, and build the overall project structure with a clear workflow.

Core Features & Use Cases

  • Create new VideoProject instances with default and configurable parameters (resolution, fps, duration).
  • Add and organize materials such as video, image, text, and audio into the project structure.
  • Configure project parameters and assemble a coherent sequence of scripts and segments to form a complete video pipeline.

Quick Start

Create a new VideoProject, then add materials and assemble the storyboard.

Frequently Asked Questions about duo-video 工程创建器

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a video project and add materials programmatically?

You create a video project by instantiating a VideoProject with default or configurable parameters, then add video, image, text, and audio materials to build the project structure.

What is the process for assembling a video script and segment pipeline?

Assembling a video script pipeline involves configuring project parameters like resolution and fps, then wiring VideoScript and VideoSegment components to form a coherent sequence.

Can I configure resolution and frame rate when building a video project?

Yes, you can configure resolution and frame rate when building a video project. The skill supports setting default and custom parameters across resolutions and fps values.

What do I need to set up a video project structure using duo-video-base?

You need the duo-video-base module to set up a video project structure. It provides the data model and usage API for wiring VideoProject, VideoScript, and VideoSegment components.

What's the best way to organize video assets for a new project pipeline?

The best way to organize video assets is adding video, image, text, and audio materials into the VideoProject structure, then assembling a coherent sequence of scripts and segments.