Skip to content

OGG to MP3 Converter: This is a simple Python script that allows users to convert audio files from the OGG format to MP3.

Notifications You must be signed in to change notification settings

maglez81/ogg-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OGG to MP3 Converter

This is a simple Python script that allows users to convert audio files from the OGG format to MP3.

Requirements

  • Python 3.x
  • ffmpeg
  • pydub

Setup and Installation

  1. Clone the repository

    git clone git@github.com:maglez81/ogg-mp3.git
    cd ogg-mp3
  2. Setting up a virtual environment

    virtualenv env
    source env/bin/activate

    Note: On Windows, the activation command might be different, such as env\Scripts\activate.

  3. Install the required packages

    pip install -r requirements.txt
  4. Ensure ffmpeg is installed

    If you're on a Debian/Ubuntu system, you can install it with:

    sudo apt install ffmpeg

    If you're on a Macos system, you can install it with:

    brew install ffmpeg

Usage

Run the script using:

python main.py

You'll be prompted to enter the name of the .ogg file you wish to convert, and then the desired name for the resulting .mp3 file.

About

OGG to MP3 Converter: This is a simple Python script that allows users to convert audio files from the OGG format to MP3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages