video-edit

Edits local video files with ffmpeg and ffprobe.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/gyalamanch001a/pur-new --skill video-edit-gyalamanch001a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-edit
Source: https://github.com/gyalamanch001a/pur-new/tree/main/.agents/skills/video-edit
Command: npx skills add https://github.com/gyalamanch001a/pur-new --skill video-edit-gyalamanch001a

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the need to manually use complex video tools when you need common editing tasks done quickly and reliably on local files.

Core Features & Use Cases

  • Trim and cut clips without re-encoding when possible.
  • Concatenate and convert multiple videos into a single deliverable or a new format.
  • Resize, speed up, overlay, and compress footage for social media, publishing, or storage savings.
  • Extract or replace audio for narration swaps, music beds, or clean audio exports.
  • Use case: turn a long interview into a short vertical clip with a logo, adjusted speed, and smaller file size.

Quick Start

Use the video-edit skill to trim the attached video from 00:00:30 to 00:01:45 and save it as trimmed.mp4.

Frequently Asked Questions about video-edit

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

FAQPage Schema
How do I trim a video without re-encoding to preserve quality?

Trim and cut video clips without re-encoding using stream copy when possible. This allows precise trimming while preserving original quality, avoiding generation loss and reducing export time.

Can I resize and compress footage for social media using ffmpeg?

Resize and compress footage for social media using ffmpeg. Apply filter-based transformations to adjust dimensions, overlay logos, and reduce file size for publishing or storage savings.

How do I extract audio from a local video file?

Extract audio from local video files using ffmpeg. Export clean audio tracks for narration swaps, music beds, or standalone audio exports without needing dedicated audio software.

Do I need ffmpeg and ffprobe installed to convert video formats?

Yes, ffmpeg and ffprobe are required to convert video formats. They process files directly using stream copy, re-encoding, and filter-based transformations for format conversion and media inspection.

What's the best way to concatenate multiple videos into one file?

Concatenate multiple videos into a single deliverable using ffmpeg. Join clips directly through stream copy or re-encoding to create one continuous file for publishing or storage.

Can I speed up footage and add a watermark for a short clip?

Speed up footage and overlay watermarks using ffmpeg filter-based transformations. Combine these adjustments to repurpose long footage into short clips with branding and modified playback speed.