Video Converter Skill

Convert video and audio files between formats using FFmpeg.

3|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/boazcstrike/opencode --skill video-converter-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Video Converter Skill
Source: https://github.com/boazcstrike/opencode/tree/main/skills/video-converter
Command: npx skills add https://github.com/boazcstrike/opencode --skill video-converter-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg-static.

What problem does it solve?

This skill simplifies the process of converting video and audio files between various formats, making media compatible across different platforms and applications.

Core Features & Use Cases

  • Format Conversion: Convert between common formats like WebM, WAV, MP4, and MP3.
  • Audio Extraction: Extract audio tracks from video files.
  • Media Optimization: Resize or compress video files.
  • Use Case: Convert a WhatsApp voice message from WebM to WAV for use with a Text-to-Speech engine.

Quick Start

Use the video converter skill to convert the file 'input.webm' to 'output.wav'.

Frequently Asked Questions about Video Converter Skill

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

FAQPage Schema
How do I convert a WebM file to WAV for a Text-to-Speech engine?

To convert a WebM file to WAV, you need a video conversion tool that handles audio extraction from media files. This process transcodes the WebM audio track into the WAV format required by Text-to-Speech engines.

Can I extract audio from an MP4 video file?

Yes, you can extract audio from an MP4 video file by transcoding the media. This process isolates the audio track and converts it into a standalone audio format like MP3 or WAV.

How do I compress video files to reduce their size?

You can compress video files by applying media optimization techniques during transcoding. This reduces the overall file size while converting the media into a more manageable format.

Do I need Node.js and ffmpeg-static to convert media files?

Yes, you need Node.js and the ffmpeg-static package installed in your environment to convert media files. These dependencies provide the execution environment and the underlying FFmpeg engine required for transcoding.

What is the best way to transcode audio between common formats like MP3 and WAV?

The best way to transcode audio between formats like MP3 and WAV is using a tool powered by FFmpeg. It directly processes the media file and outputs the converted audio in your desired format.

Does this video conversion method support resizing media files?

Yes, this video conversion method supports resizing media files. Alongside format transcoding and audio extraction, it includes media optimization features to adjust the dimensions and size of your video files.