diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-09 22:48:33 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-09 22:48:33 +0100 |
commit | 680b08e6b9d64284b7992fb52a23e5f891291406 (patch) | |
tree | abe30a9f18be09ef931b4b6357d216f6ba982095 /readme.md | |
parent | c45f80a14ecd00914eb1d4e8f628b74a713667ba (diff) | |
download | video-codec-experiments-680b08e6b9d64284b7992fb52a23e5f891291406.tar video-codec-experiments-680b08e6b9d64284b7992fb52a23e5f891291406.tar.bz2 video-codec-experiments-680b08e6b9d64284b7992fb52a23e5f891291406.tar.zst |
rename + readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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) |