21 lines
260 B
Markdown
21 lines
260 B
Markdown
# Installation
|
|
|
|
```bash
|
|
$ pip install extract-audio
|
|
```
|
|
|
|
## Prequisites
|
|
|
|
ffmpeg
|
|
|
|
```bash
|
|
$ brew install ffmpeg
|
|
```
|
|
|
|
# Usage
|
|
|
|
```bash
|
|
$ extract <directory full of (only) video files>
|
|
```
|
|
This will produce m4a versions of the video files in that same directory.
|