local-video-import

Convert local video and audio files to MP4 with extracted audio and thumbnails.

25|5|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/buda-ai/bunny-agent --skill local-video-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-video-import
Source: https://github.com/buda-ai/bunny-agent/tree/main/templates/shortsdrone-agent/.claude/skills/local-video-import
Command: npx skills add https://github.com/buda-ai/bunny-agent --skill local-video-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps creators import and process local video and audio files to quickly generate ready-to-share shorts.

Core Features & Use Cases

  • Ingest local media from a user-specified directory and standardize it for short-form workflows.
  • Convert videos to MP4 (H.264) and extract clean audio, plus generate thumbnail previews for social platforms.
  • Use case: You have a folder of interview clips and need a consistent, ready-to-publish short across platforms.

Quick Start

Import a local video or audio file and run the Shorts pipeline to produce a ready-to-share short.

Frequently Asked Questions about local-video-import

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

FAQPage Schema
How do I convert local video files to MP4 for short-form video creation?

You can convert local video files to MP4 for short-form videos by importing them into this pipeline. It uses ffmpeg to transcode source media into standardized H.264 MP4 files, ensuring consistent format output for social platforms.

What is the best way to extract audio from local video clips for shorts?

The best way to extract audio from local video clips is through the pipeline's ffmpeg processing. It separates clean audio tracks from the original video files during the import process, outputting them as organized standalone audio files ready for editing.

Can I generate thumbnails from local videos automatically?

Yes, you can generate thumbnails from local videos automatically. The pipeline uses ffprobe and ffmpeg to process imported media and create preview images, providing organized thumbnail outputs specifically formatted for social platform requirements.

Does this shorts pipeline work with audio files or only video files?

This shorts pipeline works with both audio and video files. It ingests common local media formats from a user-specified directory, processing them to extract audio or convert video into standardized MP4 files for short-form content creation.

Do I need ffmpeg installed to import and process local media files?

Yes, ffmpeg and ffprobe are required dependencies for this processing pipeline. The skill relies on these standard tools and filesystem IO to read local media, convert formats, extract audio, and generate thumbnail previews for your shorts.