From d07091b38d3f09e97210c031c625b16a87f81609 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Sat, 13 Apr 2024 00:48:38 +0200 Subject: [PATCH] add video link --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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`.