Scripts to process source files with ffmpeg, mediainfo to host in browser
The following tools must be in the users path.
- ffmpeg
- mediainfo (cli)
- libwebp
python3 -m venv .venv
source .venv/scripts/activate
python3 -m venv .venv
.venv/scripts/activate
pip install -r requirements.txt
Install package in edit mode
pip install -e .
Expect test video file (1920x1080@30fps) to be in test/examples/test.mp4
pytest test
Build docs
sphinx-build -b html docs/source docs/build
Create binary install package
python3 setup.py bdist