Demystify video codecs by writing one in ~100 lines of Rust

In this post, we’ll explore at a high level the key concepts and defining characteristics of video codecs. Then, to further demystify them, we’ll even implement one from scratch in about a hundred lines of Rust. Read more

Similar