https://github.com/tanknee/lpl-gpt
https://github.com/tanknee/lpl-gpt
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanknee/lpl-gpt
- Owner: TankNee
- Created: 2023-11-25T05:16:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T13:50:32.000Z (over 2 years ago)
- Last Synced: 2023-12-07T14:29:28.332Z (over 2 years ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Usage
```bash
pip install -r requirements.txt
python download.py --video_list ./config/2023-lpl-spring-1.json
```
## Cut Match Video
```bash
python cut.py --video_dir videos --output_dir videos-cut
```