Video Processor

Convert media files and generate transcripts using FFmpeg and Whisper.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/papeete-consulting-lab/banking-reliever --skill video-processor-papeete-consulting-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video Processor
Source: https://github.com/papeete-consulting-lab/banking-reliever/tree/main/.claude/skills/video-processor
Command: npx skills add https://github.com/papeete-consulting-lab/banking-reliever --skill video-processor-papeete-consulting-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires click, ffmpeg-python, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the complexity of handling video and audio files by automating common media processing tasks such as conversion, audio extraction, and transcription.

Core Features & Use Cases

  • Video Conversion: Convert media files into MP4 or WebM formats with configurable codecs and quality settings.
  • Audio Processing and Transcription: Extract audio tracks and generate text transcripts, subtitles, or timestamped outputs using Whisper.
  • Use Case: Process a recorded lecture by extracting its audio, creating a transcript, and preparing a web-compatible video version for publishing.

Quick Start

Use the video processor skill to convert my uploaded video to MP4 format and create a transcript of its audio.

Frequently Asked Questions about Video Processor

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

FAQPage Schema
How do I extract audio from a video and transcribe it to text?

To extract audio and transcribe video, the workflow automates audio track extraction and text generation using Whisper. It outputs text transcripts, subtitles, or timestamped formats from your media files.

How do I convert video files to MP4 format with configurable codecs?

Converting video files to MP4 format is handled through configurable encoding options via CLI-based execution. You can migrate media files into MP4 or WebM formats while specifying your desired codecs and quality settings.

Do I need FFmpeg installed to process and convert media files?

Yes, FFmpeg is required to process and convert media files. The workflow integrates FFmpeg and Whisper to execute CLI-based video conversion, audio extraction, and transcription tasks.

What is the best way to process recorded lectures for publishing?

Processing recorded lectures for publishing involves automating media preparation: extracting lecture audio, generating text transcripts or subtitles, and converting video to web-compatible MP4 formats.

Can I generate timestamped subtitles from MP4 video files?

Yes, you can generate timestamped subtitles from MP4 video files. The transcription feature uses Whisper to produce multiple output formats including text transcripts and timestamped subtitle files from extracted audio.

Can I use Whisper for transcription without manually extracting audio first?

Yes, Whisper transcription works without manual audio extraction. The workflow automates audio track extraction from source video before passing it to Whisper to generate configured transcript output formats.