Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 754 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 754 Bytes

video-feedback-api

A Video feedback API built for automated video editing using python

Setup And Install

To setup the project, install anaconda/miniconda in your system:

Setup a new virtual environment:

    conda create -n video-feedback-api python=3.9

    conda activate video-feedback-api

Then run the following commands to install the dependencies and libraries:

    pip install moviepy

    conda install -c conda-forge ffmpeg

    conda install -c conda-forge imagemagick

Run Project

To run the project, use python command:

    python main.py

Output

To see the output after running the project, navigate to output directory and play the result.mp4

    cd output/

    # Play the `result.mp4`