This repository contains GPAC's wiki, the entrypoint to MP4Box and GPAC documentation.
Contributions are welcome and can be submitted through pull requests.
Some of the markdown files are autogenerated by GPAC and MP4Box, see: scripts/genmd.sh
. These files must be edited by editing GPAC C source code and contributed to GPAC.
Make sure to keep the navigation structure in the mkdocs.yml
configuration up to date when adding or removing new pages.
URLs are autogenerated from the markdown file names.
This documentation uses the materials theme for mkdocs.
Intall all dependencies:
python3 -m pip install mkdocs-material==9.5.44
Local preview with hot reloading:
mkdocs serve
Release build:
mkdocs build --clean -d ./site