2024-11-23 16:29:44 +01:00

7 lines
233 B
Markdown

# 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>
```