Quick-n-dirty Flask app that shows a catalog of video (.mp4) files with the ability to preview each one, and cull it if not very interesting.
I have 4.5Tb of unwatched video footage from the garden wildlife camera.
- Install dependencies with pipenv:
$ pipenv install- Link the file location where the videos are to
static/data, eg:
$ ln -s /export/media/Camera/ftp-uploads static/data- For development, ensure you are running inside a
venv, with something like:
$ pipenv shell
$ FLASK_ENV=development flask run- Browse to http://localhost:5000/. Note: For the .mp4 files my camera produces, only Safari seems to correctly display the video files.