Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 834 Bytes

README.md

File metadata and controls

37 lines (31 loc) · 834 Bytes

MP4-to-MP3

Simple tool to extract audio from MP4 files and save the audio as an MP3 file.

Table of Contents

Installation

  1. Clone the repository:
 git clone https://github.com/sw-aka/MP4-to-MP3.git
  1. Install dependencies:
 pip install -r requirements.txt

Usage

  1. Move MP4 files into input folder INPUT_VIDEOS
  2. Run main.py:
python main.py
  1. Output MP3 files are saved in OUTPUT_AUDIO

Contributing

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes.
  4. Push your branch: git push origin feature-name.
  5. Create a pull request.

License

This project is licensed under the MIT License.