readme
This commit is contained in:
14
README.md
Normal file
14
README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Installation
|
||||
|
||||
```bash
|
||||
git clone https://github.com/zevaverbach/extract_audio_from_video
|
||||
ln -s <wherever you cloned it to>/app/extract_audio /usr/local/bin/extract
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
```bash
|
||||
extract <directory full of (only) video files>
|
||||
```
|
||||
|
||||
This will produce m4a versions of the video files in that same directory.
|
||||
Reference in New Issue
Block a user