diff --git a/README.md b/README.md index bb1143b..708fe47 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # video compressor and player for the ch32v003 with an SSD1306 32x128 OLED display +https://www.youtube.com/watch?v=G0eonL14tCQ + Put a webm file in `video/` and run `./convert ` to convert the video to a sequence of 32x40 images. Run `cd encoder && cargo run` to convert to bytes, this will be exported to `data.h`.