Skip to content

escorciav/video-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utilities to process videos from python, usually in batch mode.

Setup

The main requirements of this project are Python==3.6, ffmpeg, numpy, pandas. To ensure reproducibility, we use conda.

  1. Install miniconda.

    Feel free to skip this step, if you already have anaconda or miniconda installed in your machine.

  2. Creating the environment.

    conda env create -n video-utils-tools -f environment_x64.yml

That's all! You are ready to use the tools.

Usage

  1. Activate the environment

    conda activate video-utils-tools

  2. Read the helper in the programs inside tools folder. For example:

    python tools/batch_dump_frames.py -h

About

utilities to deal with videos ...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published