damklis / converter_mp4_to_mp3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MP4 TO MP3 FILE CONVERTER

This app converts .mp4 files into .mp3 using Python and pydub package. Keep your .mp4 files under videos/ directory.

Requirements

MP4 TO MP3 FILE CONVERTER requires:

FFmpeg is a CLI (command-line based) utility for processing media files. It is a framework with a multitude of features and, because of it’s open-source license, it is the base for many widespread apps such as VLC, YouTube, iTunes and many more.

Installation

Install FFmpeg.

Installing FFmpeg on Windows/Mac/Linux

Install the dependencies from requirements.txt file.

$ pip install -r requirements.txt

Running app

Run the script with the following command.

$ python3 app.py

About


Languages

Language:Python 100.0%