add video link

This commit is contained in:
Crispy 2024-04-13 00:48:38 +02:00
parent 63179fb3f5
commit d07091b38d

View file

@ -1,4 +1,6 @@
# video compressor and player for the ch32v003 with an SSD1306 32x128 OLED display # 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 <framerate>` to convert the video to a sequence of 32x40 images. Put a webm file in `video/` and run `./convert <framerate>` 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`. Run `cd encoder && cargo run` to convert to bytes, this will be exported to `data.h`.