A simple shell script to extract audio from video files using ffmpeg.
ffmpeg with ffprobe included.
$ 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.mp4All audio files will be saved in the same directory as the video files.