Hi Guys,
So I had an idea to help me make videos, I want to build a command line app where I feed it some text and it produces for me a video. It would be great if I had some control over the formatting too, maybe I could just input a html file or something similar with <h1>
style tags, etc.
I want it to be in rust because I know it, I like it, and since this is a personal project, It can be, and later I can make modifications to my tastes, for example an algorithm that counts words, and increases decreases the video length based on number of words, etc.
But I'm a little lost as to what the steps are from conception to production.
I guess I need to have a look at what kind of crates are available to me already, and then fill in the blanks. Any guidance from the more experienced computer wizards around here?