7 lines
231 B
Markdown
Raw Normal View History

2024-11-23 10:04:53 +01:00
# video_processing.py
Python script to download episodes and extract the frames.
The extracted frames are saved to ../../data/<id_episode|int>/
```bash
python src/video_processing.py -a <"download"|"extract_frames"> -ep <int>
```