documentation
This commit is contained in:
parent
f8642cc37e
commit
a173d34fa6
6
VANA-python/video_colors/README.md
Normal file
6
VANA-python/video_colors/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# video_colors.py
|
||||
Python script to extract the dominant colors of an image and generate a SVG containing them.
|
||||
The script expects a folder with all the extracted frames in ../../data/<id_episode|int>/
|
||||
```bash
|
||||
python src/dominant_colors.py -ep <int>
|
||||
```
|
6
VANA-python/video_processing/README.md
Normal file
6
VANA-python/video_processing/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 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>
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user