/Skeleton

Primary LanguagePythonMIT LicenseMIT

SKELETON

A simple tool for controling the speed of silent/loud parts of videos

Main purpose: speed up a lot the quiet(irrelevant) parts and speed up a bit the loud(relevant) parts of video lectures from the university or else

To run the script:

First, you must have python3 installed

Then you should install the following modules (Linux style):

sudo snap install ffmpeg

pip3 install opencv-python

pip3 install numpy

pip3 install librosa

To run the script:

python3 Skeleton.py --help

and see the options.