diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-05 15:09:54 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-05 15:09:54 +0200 |
commit | 306f96164784a8cbf405e72fa4364d6523366e95 (patch) | |
tree | 51717fc139871baa438aad806f4923669ae0896c /readme.md | |
parent | 9cc089e2d6e841879e430b01d2f3d92c8820523e (diff) | |
download | video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar.bz2 video-codec-experiments-306f96164784a8cbf405e72fa4364d6523366e95.tar.zst |
old dir
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 18 |
1 files changed, 2 insertions, 16 deletions
@@ -1,20 +1,6 @@ -# Experimental Video Codecs +# Video Coding Experiments My experiments on lossy video compression. -## Other codecs +Most things were moved to the `old` directory. Check its readme too. -- `bv1` A somewhat minimal video codec that is also the best one i could come up - with. -- `evc` is my first proper attempt at video compression. features motion - compensation and broken dct. -- `vgcodec` approximates images by drawing circles (on the GPU) (which doesnt - work well). -- (`dhwt-codec` tries to compress using a discrete haar wavelet across all three - dimensions. which doesnt work well either) - -## Trying it out - -- `cd bv1` -- Run `./tools/encode sample-video.mkv | ./tools/decode-display` (or - decode-display-debug to show debug overlay) |