# sphinxcontrib-video
**Repository Path**: mirrors_readthedocs/sphinxcontrib-video
## Basic Information
- **Project Name**: sphinxcontrib-video
- **Description**: A sphinx plugin that enables embedding of HTML5 videos
- **Primary Language**: Unknown
- **License**: BSD-2-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-08-05
- **Last Updated**: 2025-09-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
===================
sphinxcontrib-video
===================
The video extension allows you to embed .mp4/.webm/etc videos as defined by the
HTML5 standard. It's just a wrapper around:
::
Parameters
===============
The extension should expose pretty much all parameters from the HTML5
tag.
Example::
.. video:: path/to/video.mp4
:width: 500
:height: 300
:autoplay:
:nocontrols:
Please note that the width, height, autoplay and nocontrols parameters are all
optional.
Installing
==========
As usual with sphinx extensions, remember to add them to your config:
::
extensions = [
'sphinxcontrib.video'
]
Links
-----
- Source: https://github.com/sphinx-contrib/sphinxcontrib-video
- Bugs: https://github.com/sphinx-contrib/sphinxcontrib-video/issues