Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nc1z committed Jul 22, 2023
1 parent 4554c18 commit 6c4f4a7
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
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`

0 comments on commit 6c4f4a7

Please sign in to comment.