git404hub

what is qiaomu-cut-skill fr?

joeseesun/qiaomu-cut-skill — explained in plain English

Analysis updated 2026-05-18

234JavaScriptAudience · developerComplexity · 3/5Setup · moderate

tl;dr

A video editing skill for AI agents. Describe the video you want in one sentence and it handles sourcing footage, subtitles, transitions, rendering, and quality checks automatically.

vibe map

mindmap
  root((repo))
    What it does
      Turns text into videos
      Organizes full production
      Automated editing pipeline
    How it works
      Converts request to QiaoCut IR
      Routes work to tools
      Renders with ffmpeg
    Features
      Bilingual subtitles
      Brand templates
      Three quality levels
    Sources and tools
      Stock footage
      Text-to-speech
      AI image generation
    Setup
      Install via npx
      Doctor command checks deps
      Needs Node.js and ffmpeg
    Safety
      Confirms paid operations
      Validates downloads
      Protects credentials

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Generate a fully edited marketing video from a single text description.

VIBE 2

Create social media clips with bilingual subtitles and brand intro/outro templates.

VIBE 3

Plan and scaffold a video project automatically with shot lists and narration.

VIBE 4

Render draft preview videos quickly before committing to final high-quality output.

what's the stack?

JavaScriptNode.jsffmpegnpx

how it stacks up fr

joeseesun/qiaomu-cut-skilljuliangarnier/juliangarnier.comyangshun/delete-github-forks
Stars234236236
LanguageJavaScriptJavaScriptJavaScript
Last pushed2025-01-21
MaintenanceStale
Setup difficultymoderateeasyeasy
Complexity3/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Node.js and ffmpeg installed on your machine, the doctor command helps verify dependencies before you start.

The explanation does not mention the license, so the terms of use are unknown.

in plain english

qiaomu-cut is a video editing skill for AI agents. You describe the video you want in one sentence, and it organizes the entire production process: sourcing footage, planning shots, adding subtitles, transitions, motion graphics, rendering, and quality checks. The goal is to turn what is normally a messy, manual workflow into a structured, reproducible system that a software agent can execute and verify. The project works by converting your request into an intermediate representation called QiaoCut IR, which captures details like duration, aspect ratio, audience, style, shot list, and rendering strategy. From there, it routes work to various tools and sources: stock footage providers, local files, text-to-speech and music services, speech recognition, AI image generation, and rendering engines like ffmpeg. Version 0.5 includes project timeline rendering, bilingual subtitles with large mobile-friendly text, brand intro and outro templates, file and scene deduplication checks, and three rendering quality levels called preview, standard, and final. The README is honest about what is actually built versus what remains a work in progress. Features like HTML video capture, Manim and PowerPoint export, complex masking, speed ramps, and a full transition library are described as future directions rather than finished capabilities. The project also takes care with paid operations: tasks that cost credits or require uploads always need explicit confirmation, and it never silently approves charges on your behalf. Installation is a single command using npx, and a doctor command checks whether your machine has the required tools like Node.js and ffmpeg. The documentation includes many command-line examples for searching footage, generating narration, transcribing audio, planning a video, scaffolding a project, and rendering at different quality tiers. Security practices are notably careful: credential files must have restrictive permissions, temporary URLs are kept out of project manifests, and downloads are validated for content type and file integrity. The full README is longer than what was shown.

prompts (copy fr)

prompt 1
Install qiaomu-cut-skill on my machine using npx and run the doctor command to check if I have Node.js and ffmpeg installed. Show me what needs fixing.
prompt 2
Help me write a one-sentence video description for a 30-second product launch video for a coffee brand, targeting mobile users, that qiaomu-cut-skill can turn into a full project with bilingual subtitles and a brand intro.
prompt 3
Use qiaomu-cut-skill to plan a video project: search for stock footage about city life at night, generate narration text, create a shot list, and scaffold the project structure for me.
prompt 4
Show me how to render a qiaomu-cut project at preview quality first to check the result, then switch to final quality for the finished export.

Frequently asked questions

what is qiaomu-cut-skill fr?

A video editing skill for AI agents. Describe the video you want in one sentence and it handles sourcing footage, subtitles, transitions, rendering, and quality checks automatically.

What language is qiaomu-cut-skill written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, ffmpeg.

What license does qiaomu-cut-skill use?

The explanation does not mention the license, so the terms of use are unknown.

How hard is qiaomu-cut-skill to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is qiaomu-cut-skill for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.