wikimedia-commons-audio-video

Prepare audio and video files for Wikimedia Commons upload with format compliance and metadata extraction.

15|6|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikimedia-commons-audio-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wikimedia-commons-audio-video
Source: https://github.com/fuzheado/Wikipedia-AI-Skills/tree/main/.claude/skills/wikimedia-commons-audio-video
Command: npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikimedia-commons-audio-video

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of working with audio and video files on Wikimedia Commons, including format compliance, metadata management, and transcoding.

Core Features & Use Cases

  • Format Compliance: Offers guidelines on acceptable and blocked audio and video formats, including patent-free codecs.
  • Metadata Management: Provides instructions for using the Action API to retrieve and manage metadata like duration, sample rate, codecs, and resolution.
  • Transcoding: Details the transcoding process and pipeline for audio and video files, including tools and best practices.
  • Use Case: Help an AI agent ensure that a video file is in the correct format before uploading it to Wikimedia Commons, including transcoding from a blocked format to a patent-free one.

Quick Start

Use the wikimedia-commons-audio-video skill to check the format and metadata of the video file 'example.webm'.

Frequently Asked Questions about wikimedia-commons-audio-video

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

FAQPage Schema
What audio and video formats are allowed for upload to Wikimedia Commons?

Wikimedia Commons requires patent-free audio and video formats, blocking proprietary codecs. This Skill identifies acceptable formats and transcodes non-compliant files into patent-free ones for successful upload.

How do I transcode a video for Wikimedia Commons using ffmpeg?

Use ffmpeg to transcode video files into patent-free formats accepted by Wikimedia Commons. This Skill details the transcoding pipeline, including best practices and commands for converting blocked formats before upload.

How do I retrieve audio and video metadata from the Wikimedia Commons Action API?

Retrieve duration, sample rate, codecs, and resolution metadata using the Wikimedia Action API. This Skill provides instructions for querying and managing file metadata to ensure upload compliance and accurate documentation.

Do I need ffmpeg installed to manage Wikimedia Commons audio and video files?

Yes, ffmpeg is required for transcoding audio and video files to meet Wikimedia Commons format policies. This Skill depends on ffmpeg to convert blocked formats into patent-free codecs and generate thumbnails.

What is the best way to check if a media file meets Wikimedia Commons format policies?

The best way to verify format compliance is checking codecs, resolution, and metadata against Wikimedia Commons policies. This Skill extracts file metadata and validates it against acceptable patent-free format guidelines.

Why does Wikimedia Commons block certain video formats and how can I fix it?

Wikimedia Commons blocks video formats using non-patent-free codecs to avoid licensing issues. Fix this by transcoding the blocked file into an accepted patent-free format using ffmpeg and the guidelines provided by this Skill.