Converts a source video file into the multiple video container and codecs required to support HTML5’s <video> tag.
Why another wrapper around a video encoder? Reading and digesting all the different requirements for HTML5 video is a tedious task. With html5video you can rely on a sensible set of defaults that can be tweaks and are kept up to date over time.
html5video requires the following modules. If you use pip, you can install the necessary packages via the included requirements.txt. If you installed html5video with pip you will already have the required packages.
To work on html5video itself, the following requirements are recommended for running the full test suite and building the documentation.