Skip to content

Tips

Use ffmpeg to compress videos

Install and setup ffmpeg

ffmpeg commands

- Put your ffmpeg command in the Address bar and press Enter

Formech 300dt

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

![type:video](../videos/inkscapeCloneTool.mp4)

Then your video should show up on your website