aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md15
1 files changed, 15 insertions, 0 deletions
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)