This is a small project in Python providing functionality for undistorting, cropping and concatenating videos using OpenCV.
git clone https://github.com/KateZi/Video-processing.git
cd Video-processing
I suggest using Anaconda to create an environemnt for running the script. Once Anaconda is installed:
conda env create -f environment.yml
conda activate myenv
The main script is "undistort-crop-concat"
python src/undistort-crop-concat # "Please choose the directory with videos"
For separate functionality use "Video_processing" To run the script for:
- Undistorting provide an argument "undistort"
- Crop - "crop"
- Concatenate - "concatenate"
python Video_processing crop # "Insert the directory to work in"
<directory with videos>