This C++ console program converts MP3 audio files to MP4 videos by using the album cover images as frames for the video.
- Utilizes FFMPEG (Official Site, GitHub Releases), so I'm grateful for the FFMPEG team's work.
- Was originally a series of Batch scripts created on June 4th, 2023.
- Currently exclusive to developers (runs through Visual Studio).
- For Windows OS only (Command class is designed for Windows).
- Highly customizable, extensible, and modular (from a developer perspective).
- Much easier to work with compared to batch scripts.
- Achieves desired results with just a single click.
- No restrictions on the number of files or video duration.
- Can handle audio filenames with special characters.
- Can handle audio files with irregular album art.
- Language: C++
- IDE: Visual Studio (Windows only)
- Video encoding: FFmpeg for MP3+image → MP4 conversion
- Online Converter: Limited to single file processing.
- Wondershare UniConverter: Free version has many restrictions (e.g. duration limits).
Developed: June 2023 (originally batch scripts, rewritten in C++)