Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thetentomushi/wavewizard

A simple music :musical_note: tool to convert low quality MP3 files to high quality custom bitrate
https://github.com/thetentomushi/wavewizard

ffmpeg music songs

Last synced: 1 day ago
JSON representation

A simple music :musical_note: tool to convert low quality MP3 files to high quality custom bitrate

Awesome Lists containing this project

README

        

# WaveWizard :musical_note:

### Features

- Convert low-quality MP3 files to high quality custom bitrate
- Cross platform compatibility with FFmpeg

### Installation

1. Install FFmpeg
```bash
sudo apt-get install ffmpeg
```

2. Compile the program

```bash
g++ -o wave_wizard main.cpp WaveWizard.cpp
```

### Usage

```bash
./wave_wizard
```

### Command-Line Arguments

- ``: Path to low-quality MP3 file
- ``: Name of high-quality output file
- ``: Desired bitrate in kbps (e.g., 192)

### Examples

1. Basic conversion:

```bash
./wave_wizard input.mp3 output.mp3 192
```

3. Higher quality:
```bash
./wave_wizard song.mp3 high_quality.mp3 320
```

### License
This project is licensed under the [MIT License](LICENSE).

### Contact
- Github: [thetentomushi](github.com/thetentomushi)