Program that capture frame per frame from any video
Careful if the video is long
- python installed
- recomendation: create a virtual enviroment
python -m venv framevenv
- install mpv (manjaro users use
sudo pacman -S mpv
) see more - install requirements
pip install -r requirements.txt
- clone the repository
git clone https://github.com/AkemiKami201/video_frames.git
cd video_frames
(if u want create a virtual enviroment)- in terminal run
pip install -r requirements.txt
- and run
python3 main.py