Utilities to process videos from python, usually in batch mode.
The main requirements of this project are Python==3.6, ffmpeg, numpy, pandas. To ensure reproducibility, we use conda.
-
Feel free to skip this step, if you already have anaconda or miniconda installed in your machine.
-
Creating the environment.
conda env create -n video-utils-tools -f environment_x64.yml
That's all! You are ready to use the tools.
-
Activate the environment
conda activate video-utils-tools
-
Read the helper in the programs inside
tools
folder. For example:python tools/batch_dump_frames.py -h