Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thetentomushi/wavewizard
- Owner: thetentomushi
- License: mit
- Created: 2024-08-17T13:39:53.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T14:04:09.000Z (5 months ago)
- Last Synced: 2024-11-23T01:33:34.075Z (2 months ago)
- Topics: ffmpeg, music, songs
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)