2021-10-07 21:37:34 +02:00
2021-10-07 21:33:45 +02:00
2021-10-07 21:37:34 +02:00

Installation

git clone https://github.com/zevaverbach/extract_audio_from_video
ln -s <wherever you cloned it to>/app/extract_audio /usr/local/bin/extract

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%