video-edit

Remove silent segments and insert 3D swivel teaser transitions in talking-head videos.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/jesuscottage/machote --skill video-edit-jesuscottage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-edit
Source: https://github.com/jesuscottage/machote/tree/main/.claude/skills/video-edit
Command: npx skills add https://github.com/jesuscottage/machote --skill video-edit-jesuscottage

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies editing talking-head videos by automatically removing silences and adding visually appealing 3D swivel teaser transitions.

Core Features & Use Cases

  • Silence Removal: Detects and trims silent segments in videos to produce concise content.
  • Teaser Creation: Adds dynamic 3D swivel transitions to highlight key moments or generate preview clips.
  • Use Case: Content creators can quickly produce engaging clips by removing unwanted pauses and adding professional transitions without manual editing.

Quick Start

Use the video-edit skill to automatically remove silences from a video and insert a 3D swivel teaser for social media sharing.

Frequently Asked Questions about video-edit

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

FAQPage Schema
How do I automatically remove silences from talking-head videos?

To automatically remove silences from talking-head videos, this Skill uses Python scripts with Voice Activity Detection (VAD) to identify silent segments and FFmpeg to trim them. This process condenses your video by cutting out unwanted pauses without manual editing.

Can I add 3D transitions to video teasers using FFmpeg?

Yes, you can add 3D transitions to video teasers using FFmpeg. This Skill automates the insertion of dynamic 3D swivel transitions to highlight key moments or generate engaging preview clips for social media sharing.

Do I need Python and Node installed to edit videos with VAD?

Yes, you need Python and Node installed, along with FFmpeg and Torch. These dependencies power the scripts that execute Voice Activity Detection for silence removal and handle the media processing for transitions.

What is the best way to create social media teasers from long video content?

The best way to create social media teasers from long video content is to automate silence removal and insert 3D swivel transitions. This approach quickly produces polished, concise clips by eliminating pauses and adding professional transitions.

Does automated silence removal work for all types of videos?

Automated silence removal is specifically suitable for talking-head videos and content creators aiming for polished results. It uses VAD to detect and trim silent segments, making it ideal for videos where speech is the primary focus.

Why does video editing require Torch for processing?

Video editing requires Torch because it provides the machine learning framework necessary for Voice Activity Detection (VAD). Torch enables the Python scripts to accurately detect silent segments in your media for precise trimming via FFmpeg.