Tips¶
Use ffmpeg to compress videos¶
Install and setup ffmpeg¶
ffmpeg commands¶
- Put your ffmpeg command in the Address bar and press Enter
Display videos on your mkdocs site¶
Add this line to your requirement.txt file
mkdocs-video ~= 1.5.0
Add the plugin to your mkdocs.yml file
plugins:
- mkdocs-video:
is_video: True
# video_muted: True
video_controls: True
Include a video in your MkDocs documentation

Then your video should show up on your website