Skip to content

DavoDC/CoverVidMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cover Video Maker (CVM)

ko-fi

This C++ console program converts MP3 audio files to MP4 videos by using the album cover images as frames for the video.

Info

  • 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).

Features

  • 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.

Tech

  • Language: C++
  • IDE: Visual Studio (Windows only)
  • Video encoding: FFmpeg for MP3+image → MP4 conversion

Alternatives

Development

Developed: June 2023 (originally batch scripts, rewritten in C++)

About

A C++ console program to convert MP3 audio files to MP4 videos using album covers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors