https://github.com/filiprokita/mp4tomp3
This is a Python program for converting MP4 video files to MP3 audio files. It uses the tkinter and moviepy libraries and has a simple GUI interface.
https://github.com/filiprokita/mp4tomp3
audio-conversion audio-extaction audio-extractor converter file flile-handling gui moviepy mp3 mp4 mp4-to-mp3 mp4-to-mp3-converter python python3 thinkter video-conversion
Last synced: 7 months ago
JSON representation
This is a Python program for converting MP4 video files to MP3 audio files. It uses the tkinter and moviepy libraries and has a simple GUI interface.
- Host: GitHub
- URL: https://github.com/filiprokita/mp4tomp3
- Owner: FilipRokita
- Created: 2021-12-12T13:47:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:29:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T01:41:53.449Z (9 months ago)
- Topics: audio-conversion, audio-extaction, audio-extractor, converter, file, flile-handling, gui, moviepy, mp3, mp4, mp4-to-mp3, mp4-to-mp3-converter, python, python3, thinkter, video-conversion
- Language: Python
- Homepage:
- Size: 421 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MP4TOMP3
Simple program with GUI that converts MP4 to MP3.
# Usage
1. Start MP4TOMP3
2. Choose MP4
3. Click "Convert to MP3"Converted file will be in the directory of original file.
# Requirements
Windows 10 or macOS Monterey with Python 3 installed.## Python Packages
* certifi==2021.10.8
* charset-normalizer==2.0.9
* decorator==4.4.2
* idna==3.3
* imageio==2.13.3
* imageio-ffmpeg==0.4.5
* moviepy==1.0.3
* numpy==1.21.4
* Pillow==8.4.0
* proglog==0.1.9
* requests==2.26.0
* tqdm==4.62.3
* urllib3==1.26.7
```
python3 -m pip install -r requirements.txt
```