An open API service indexing awesome lists of open source software.

https://github.com/found-cake/video2audio

동영상 음원 추출
https://github.com/found-cake/video2audio

Last synced: 8 months ago
JSON representation

동영상 음원 추출

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