General directions

May 30, 2017 at 8:04pm
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.
May 30, 2017 at 8:20pm
Look into ffmpeg for this. It can do this out of the box.
https://ffmpeg.org/
Last edited on May 30, 2017 at 8:20pm
May 30, 2017 at 8:42pm
thanks ill try that. so it can take multiple files at once?
May 30, 2017 at 10:10pm
Yes.
The manual is here:
https://ffmpeg.org/documentation.html
Last edited on May 30, 2017 at 10:12pm
Topic archived. No new replies allowed.