This repository is designed as a simple tool to extract .mp3 from .mp4 files.
Please feel free to Fork or Download this repository for your own usage. A graphical for drag and drop interface might be developed in the future. Feel free to fork this project and contribute.
first set up a conda environment with python>=3.9 and moviepy package:
conda install -c conda-forge moviepy
run the command line for further instructions:
python main.py --help
if you get the error similar to:
cannot import name 'volumex' from 'moviepy.video.fx
please refer to this pageMoviePyFix for help by changing the init.py file of the moviepy: