This project allows you to extract frames from a video file at a specified number of frames per second.
- Install the required dependencies:
poetry install --sync
Head into the video_frame_extractor.py loacated directory and:
python src/video_frame_extractor.py </path/to/video.mp4> <number_of_frames_per_second>