Codim Update (February 17, 2022)

Опубликовано: 12 Июль 2026
на канале: AncientStraits
71
1

It has been a few months since I uploaded my last video. During then, I have worked hard on Codim, which allows one to programmatically create videos showing text and other graphics. I was having a very hard time using the FFmpeg C libraries, so I used the CLI and moved the whole program to Lua. However, this Lua version has a lot of things that do not work at this point, and I plan on making the program C again, and even using the FFmpeg C libraries. However, while writing the Lua program, I noticed that I could get things done very quickly, meaning that I have only worked on this version for a week, and it already has text-to-speech via Espeak integration. I have also gained lots of knowledge on how I should make Codim interact with Lua scripts after it is done, since no matter what, Codim will be a program designed to interpret Lua scripts.

The Lua version can be found here: https://github.com/ancientstraits/cod...
The C version can be found here: https://github.com/ancentstraits/codim