gpac / wiki

GPAC's wiki, the entrypoint to MP4Box and GPAC documentation.

Home Page:https://wiki.gpac.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPAC wiki

This repository contains GPAC's wiki, the entrypoint to MP4Box and GPAC documentation.

Contributiing

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.

Development & build

This documentation uses the materials theme for mkdocs.

Intall all dependencies:

python3 -m pip install mkdocs-material

Local preview with hot reloading:

mkdocs serve

Release build:

mkdocs build --clean -d ./site

About

GPAC's wiki, the entrypoint to MP4Box and GPAC documentation.

https://wiki.gpac.io

License:GNU Lesser General Public License v2.1


Languages

Language:Python 99.1%Language:Shell 0.9%