from video_utils.video_manager import VideoManager
Example of usage in __main__.py.
Run via: python -m video_utils from video_utils's parent folder as intended use is as an importable module.
Refer to docstring of VideoManager in video_manager.py for details on arguments.
You will need different dependencies depending on what backend you will be using:
- cv2
pip install opencv-python - vlc
pip install python-vlc