From 680b08e6b9d64284b7992fb52a23e5f891291406 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 9 Mar 2023 22:48:33 +0100 Subject: rename + readme --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 9461af4..79ae13a 100644 --- a/readme.md +++ b/readme.md @@ -1 +1,16 @@ # Experiments on video codecs + +My experiments on lossy video compression. + +## `bv1` + +A somewhat minimal video codec that is able to achieve quality comparable to +H.264. + +## Other codecs + +- `evc` is my first proper attempt at video compression. features motion + compensation and broken dct. +- `vgcodec` approximates images by drawing circles (on the GPU). +- (`dhwt-codec` tries to compress using a discrete haar wavelet across all three + dimensions. that doesnt work well) -- cgit v1.2.3-70-g09d2