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

https://github.com/danrynr/ffmpeg-extract-audio

A simple shell script to extract audio from video files using ffmpeg.
https://github.com/danrynr/ffmpeg-extract-audio

audio ffmpeg ffmpeg-script shell-script video

Last synced: 9 months ago
JSON representation

A simple shell script to extract audio from video files using ffmpeg.

Awesome Lists containing this project

README

          

[![Visitor](https://visitor-badge.laobi.icu/badge?page_id=danrynr.ffmpeg-extract-audio)](https://github.com/danrynr/ffmpeg-extract-audio)

# ffmpeg-extract-audio

A simple shell script to extract audio from video files using ffmpeg.

## Prerequisites

`ffmpeg` with `ffprobe` included.

## Usage

```bash
$ ffmpeg_extract_audio.sh /path/to/directory/with/video/files # Extracts audio from all video files in the directory
```

```bash
$ ffmpeg_extract_audio.sh /path/to/video.mp4
```

_All audio files will be saved in the same directory as the video files._