Skip to content

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

Notifications You must be signed in to change notification settings

danrynr/ffmpeg-extract-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages