Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 559 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 559 Bytes

Visitor

ffmpeg-extract-audio

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

Prerequisites

ffmpeg with ffprobe included.

Usage

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

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