CapCut 추가 무음 컷 스킬

Detect silent intervals in source videos and remove padded silence from CapCut Mac draft projects.

22|11|Updated May 4, 2026
One-click install
npx skills add https://github.com/aisyncclub/capcut-silence-cut-skill --skill capcut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CapCut 추가 무음 컷 스킬
Source: https://github.com/aisyncclub/capcut-silence-cut-skill/tree/main
Command: npx skills add https://github.com/aisyncclub/capcut-silence-cut-skill --skill capcut

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually finding and trimming silence gaps in CapCut Mac projects is slow and error-prone, especially when you need consistent timing across tracks while preserving the original look.

Core Features & Use Cases

  • Silence-based auto cutting: Detects silent segments from a source video using ffmpeg silencedetect and removes padded silence regions inside tracks[0] segments.
  • Timeline re-assembly with guardrails: Rebuilds tracks[0].segments, recalculates target_timerange, and shifts tracks[1+] (e.g., outro) to match the new total duration.
  • Dry-run reporting + backup safety: Designed to run with --dry-run, generate reports, and back up the entire CapCut project folder before any real overwrite.
  • Clap/peak candidate markers: Optionally detects sharp audio transient candidates (claps/peaks) and exports short check clips for review without auto-cutting by those markers.

Quick Start

Run the skill request: "CapCut 무음 편집 스킬로 프로젝트 0503의 소스 영상을 기준으로 무음 0.8초 이상 구간을 안전하게 dry-run으로 검증해줘(필요하면 박수 후보도 포함해줘)."

Frequently Asked Questions about CapCut 추가 무음 컷 스킬

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

FAQPage Schema
How do I automatically remove silence from a video in CapCut Mac?

To remove silence in CapCut Mac, this skill uses ffmpeg silencedetect to find quiet intervals in the source video, splits segments in tracks[0], and shifts tracks[1+] to match the new duration. It requires CapCut to be shut down and creates a full project backup before modifying draft_info.json.

Can I preview silence cuts in CapCut before applying them?

Yes, you can run the silence cutting process in dry-run mode to generate a report of detected silent intervals without overwriting your project. This allows you to verify the proposed segment splits and timeline shifts safely before executing actual changes.

Does ffmpeg silence detection work for editing podcasts in CapCut?

ffmpeg silence detection works effectively for editing talk-based videos and podcasts in CapCut by identifying padded silence regions. It automatically splits the main track segments and adjusts subsequent tracks to maintain consistent timeline timing across the project.

What is the best way to clean up long pauses in lecture videos using CapCut?

The best way to clean up long pauses in lecture videos is using automated silence detection to identify and trim quiet segments. This skill recalculates target_timeranges and shifts secondary tracks accordingly, ensuring the timeline remains consistent after removing pauses.

Why do I need to back up my CapCut project folder before automated cutting?

You need to back up your CapCut project folder because automated cutting directly overwrites the draft_info.json file to reassemble the timeline. Creating a full backup ensures you can restore the original project state if the segment splits or track shifts produce unexpected results.

Can I detect claps or audio peaks in CapCut for editing markers?

Yes, you can optionally detect sharp audio transients like claps or peaks and export short check clips for review. This feature identifies candidate markers without automatically cutting the video by those transients, allowing manual placement if needed.