Extract audio samples from video files.
GUI version coming soon
- Clone or download this repository.
- Install python if you haven't already.
- Install the dependencies
Use command below to install the dependencies listed in requirements.txt
.
pip install -r requirements.txt
To extract an audio file, open the directory of the cloned or downloaded repository in the command line and run this command.
python script.py "path/to/file_or_folder"
It's that simple
If you encounter any problems during usage, please feel free to open an issue and I will do well to address it