You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
metamuffin 1315e39714
r
2 weeks ago
bv1 rename + readme 2 weeks ago
dhwt-codec unify repos 4 months ago
evc a 2 weeks ago
vgcodec works 4 months ago
COPYING rename + readme 2 weeks ago
readme.md r 2 weeks ago

readme.md

Experimental 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)