Ask HN: Learning to Build Video Codecs

29 points by danielsokil ↗ HN
What are some good resources to learn about implementing a video encoder/decoder from scratch?

6 comments

[ 0.27 ms ] story [ 26.3 ms ] thread
How much math are you comfortable with? Codecs are about packing the most information into the smallest energy, which is a bit of a task.
I'm currently refreshing on math topics because of that, I do not mind very technical resources. I find there is not a lot of information online regarding low-level details of video codecs, having any resources is greatly appreciated.