https://github.com/found-cake/video2audio
동영상 음원 추출
https://github.com/found-cake/video2audio
Last synced: 8 months ago
JSON representation
동영상 음원 추출
- Host: GitHub
- URL: https://github.com/found-cake/video2audio
- Owner: found-cake
- Created: 2023-09-01T05:10:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T06:45:58.000Z (almost 3 years ago)
- Last Synced: 2025-06-02T08:18:32.964Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video2audio
동영상 음원 추출
## Usage
### 1. Install dependency libraries
```shell
$ pip install -r requirements.txt
```
2. run
```shell
$ python video2audio.py {input_video_path} {ouput_audio_path}
```