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

https://github.com/zevaverbach/extract-audio

A quick little Python script to use ffmpeg to extract audio (m4a) from a folder of video files.
https://github.com/zevaverbach/extract-audio

Last synced: about 1 year ago
JSON representation

A quick little Python script to use ffmpeg to extract audio (m4a) from a folder of video files.

Awesome Lists containing this project

README

          

# Installation

```bash
$ pip install extract-audio
```

## Prequisites

ffmpeg

```bash
$ brew install ffmpeg
```

# Usage

```bash
$ extract
```
This will produce m4a versions of the video files in that same directory.