2021-10-07 22:42:58 +02:00
2021-10-07 22:20:12 +02:00
2021-10-07 22:20:12 +02:00
2021-10-07 22:42:58 +02:00
2021-10-07 22:20:12 +02:00
2021-10-07 22:20:12 +02:00
2021-10-07 22:42:58 +02:00

Installation

pip install extract-audio

Prequisites

ffmpeg

$ brew install ffmpeg

Usage

extract <directory full of (only) video files>

This will produce m4a versions of the video files in that same directory.

Description
A quick little Python script to use ffmpeg to extract audio (m4a) from a folder of video files.
Readme 34 KiB
Languages
Python 100%