Simple tool to extract audio from MP4 files and save the audio as an MP3 file.
- Clone the repository:
git clone https://github.com/sw-aka/MP4-to-MP3.git- Install dependencies:
pip install -r requirements.txt- Move MP4 files into input folder
INPUT_VIDEOS - Run
main.py:
python main.py- Output MP3 files are saved in
OUTPUT_AUDIO
- Fork the repository.
- Create a new branch:
git checkout -b feature-name. - Make your changes.
- Push your branch:
git push origin feature-name. - Create a pull request.
This project is licensed under the MIT License.