skillfed

mkdocs-video

mkdocs-video v1.5.0 180.8K downloads/30d#10,140 on PyPI83
Permissive license MIT Abandoned released

What it is and what it does

mkdocs-video is a MkDocs plugin that lets you embed videos directly into your documentation pages using a simple Markdown syntax. Instead of writing raw HTML, you use a marked image syntax (by default `![type:video](video.mp4)`) and the plugin converts it to an HTML5 `<video>` tag or an `<iframe>` for embedded services like YouTube or Vimeo. The plugin depends on mkdocs and lxml, and runs as a pure-Python wheel with low installation friction.

You configure it globally in `mkdocs.yml` to set default styles, video attributes (autoplay, loop, muted, controls), and the marker string itself. Individual videos can override global settings using the Attribute Lists Markdown extension. The project is archived and has not been maintained since January 2024, so it works best in stable documentation environments where you don't expect frequent MkDocs or video-handling updates.

Use it for:

  • Add tutorial or demo videos to technical documentation without writing HTML.
  • Embed YouTube, Vimeo, or Dailymotion videos alongside written guides using standard Markdown syntax.
  • Create responsive video containers with consistent styling across all documentation pages via global configuration.
  • Host local video files (mp4, ogg) alongside documentation content and reference them with relative paths.
  • Fine-tune individual video playback behavior (autoplay, muted, controls) per video using Markdown attributes.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A MkDocs plugin that embeds videos in documentation pages using Markdown image syntax with a configurable marker and HTML5 video or iframe output.

Yes, if your documentation is stable and you need simple video embedding in MkDocs. The low install friction and permissive license make it straightforward to add. However, be aware the project is abandoned; install it only if you can tolerate no future updates and your MkDocs version and video needs are unlikely to change significantly.

Install

mkdocs-video on PyPI

pip

pip install mkdocs-video

uv

uv add mkdocs-video

poetry

poetry add mkdocs-video

Installing mkdocs-video

Before you install

Low install friction with a pure-Python wheel. However, the project is archived and abandoned as of January 2024, with no maintenance for over a year; rely on it only if your MkDocs setup and video needs remain stable.

License in practice

MIT license permits free use, modification, and distribution with minimal restrictions; suitable for most projects.

Quickstart

pip install mkdocs-video

# In mkdocs.yml:
plugins:
  - mkdocs-video

# In your Markdown:
![type:video](videos/example.mp4)

Requires mkdocs and lxml as runtime dependencies; MkDocs project must be configured to load plugins.

Verify before relying

  • Whether the plugin remains compatible with recent MkDocs versions given its abandoned status since early 2024.
  • Support for modern video codecs and streaming services beyond the documented examples (YouTube, Vimeo, Dailymotion, Facebook).
  • Behavior of video autoplay, loop, and muted attributes across different browsers and their autoplay policies.

Package facts

License MIT (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 2 — mkdocs, lxml
Maintenance abandoned — 1,246 days since the last release
Last repo commit (repository archived)
First released
Downloads 180,808/month — #10,140 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mkdocs_video-1.5.0-py3-none-any.whl

Tags

mkdocs video embeddingmarkdown video pluginembed videos in documentationmkdocs media pluginvideo markdown syntaxdocumentation video playermkdocs iframe embed
mkdocs-pluginvideo-embeddingabandoned

More Documentation packages

docutils

Docutils converts plaintext documentation in…

unclear · top 1,000 on PyPI

Sphinx

Sphinx generates professional documentation…

permissive · top 1,000 on PyPI

griffe

Griffe extracts the complete structure and…

permissive · top 1,000 on PyPI

sphinxcontrib-serializinghtml

A Sphinx extension that outputs documentation…

permissive · top 1,000 on PyPI

alabaster

Alabaster is a clean, responsive Sphinx theme…

permissive · top 1,000 on PyPI

sphinxcontrib-htmlhelp

A Sphinx extension that generates HTML help…

permissive · top 1,000 on PyPI

mkdocs-include-markdown-plugin

A MkDocs plugin that includes content from…

permissive · top 15,000 on PyPI

mkdocs-link-marker

A MkDocs plugin that automatically marks…

permissive · top 5,000 on PyPI

mkdocs-plugin-inline-svg

A MkDocs plugin that replaces SVG image…

permissive · top 15,000 on PyPI

mkdocs-table-reader-plugin

A MkDocs plugin that inserts tables from…

permissive · top 15,000 on PyPI

mkdocs-llmstxt

MkDocs plugin that generates an /llms.txt file…

permissive · top 15,000 on PyPI

mkdocs-htmlproofer-plugin

A MkDocs plugin that validates URLs and anchors…

permissive · top 15,000 on PyPI

mkdocs-embed-external-markdown

A MkDocs plugin that fetches and embeds…

permissive · top 15,000 on PyPI

mkdocs-drawio

A MkDocs plugin that embeds interactive Drawio…

permissive · top 15,000 on PyPI

mkdocs-meta-manager

A MkDocs plugin that automatically applies meta…

permissive · top 5,000 on PyPI

mkdocs-glightbox

A MkDocs plugin that automatically wraps images…

permissive · top 5,000 on PyPI