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.
- Host: GitHub
- URL: https://github.com/danrynr/ffmpeg-extract-audio
- Owner: danrynr
- Created: 2024-07-14T07:23:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-29T15:33:06.000Z (over 1 year ago)
- Last Synced: 2025-01-23T10:29:07.416Z (11 months ago)
- Topics: audio, ffmpeg, ffmpeg-script, shell-script, video
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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._