-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# audio-extraction-tool | ||
# Audio Extraction Tool | ||
Simple Python script to extract audio from videos | ||
|
||
## Getting started | ||
|
||
1. Make sure you have Python and Git installed on your computer | ||
2. Clone the repository and navigate into the project root | ||
```bash | ||
$ git clone https://github.com/nc1z/audio-extraction-tool.git | ||
$ cd audio-extraction-tool/ | ||
``` | ||
2. Run the command | ||
|
||
```bash | ||
$ pip install moviepy | ||
``` | ||
|
||
3. Place your mp4 videos into `./input` | ||
4. Run the command | ||
|
||
```bash | ||
$ python main.py | ||
``` | ||
5. The extracted audio files will be found in `./output` |