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