bg de en es fr it nl pl pt sv tr zh

art of programming and paradigms

Using Binaries as Libraries

Alejandro M. P.

Recently, while watching a Tsoding stream, I saw something that piqued my curiosity. Alexey demonstrated how one of his applications could render a video just by calling into the ffmpeg binary directly, instead of using it as a source code dependency or even a static or dynamic library linked to...