I'm writing some physics simulations in c for university, and now I output a series of hundreds of png that I then watch in fast sequence... is there a way to merge them to a video in c with some simple lossless codec library?
P.S. I'm using cairo graphics and have very little experience in graphics programming in general