Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

MP4 to MP3 Converter

A Python GUI application for converting MP4 files to various audio formats including MP3, AAC, FLAC, WAV, OGG, and WMA. The conversion process is powered by the moviepy library and machine learning algorithms are used to optimize the conversion speed.

Requirements

  • Python 3.x
  • moviepy library

Installation

  1. Clone the repository or download the code as a ZIP file and extract it.
  2. Install the moviepy library by running the following command: pip install moviepy.

Usage

  1. Run the MP4-MultiAudioFormat-converter.py script using the command python MP4-MultiAudioFormat-converter.py.
  2. Click on the "Browse" button to select an MP4 file to convert.
  3. Select the desired audio format from the drop-down list.
  4. Click on the "Convert" button to start the conversion process.
  5. The converted audio file will be saved in the same directory as the source MP4 file.

Features

  • Conversion of MP4 files to MP3, AAC, FLAC, WAV, OGG, and WMA formats
  • Fastest conversion possible through machine learning algorithms
  • Simple and intuitive GUI for easy usage
  • Fast download features

~Dius Montenegro