General directions

Hi. Im new to C++ and id like some directions to what id need to learn to write a program that can take several audio files and an image and converter the audio files into video files with that image. im fine with if its just an UI to automate input to some other program. I have written some basic Java code and made some really really small edits to the source engines c++ code like 2 years ago so im really rusty when it comes to programming.

So any advice on what i should leran to write something like that?
Thanks in advance.
Look into ffmpeg for this. It can do this out of the box.
https://ffmpeg.org/
Last edited on
thanks ill try that. so it can take multiple files at once?
Yes.
The manual is here:
https://ffmpeg.org/documentation.html
Last edited on
Topic archived. No new replies allowed.