Skip to content

Extract audio from MP4 and save as MP3. No external dependencies - 100% Python

License

Notifications You must be signed in to change notification settings

sw-aka/MP4-to-MP3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Extract audio from MP4 and save as MP3. No external dependencies - 100% Python

Resources

License

Stars

Watchers

Forks

Languages