ffmpeg
and gpac
python -m venv venv && source /venv/bin/activate
pip install -r requirements.txt
redis-server
rq worker
flask --app src db upgrade
flask --app src run
python read_and_feed.py
is used to divide the input video into 10 second segments. Currently, the time stamping
starts from zero instead of the real time stamp.python test.py
for simple testing