add video link
This commit is contained in:
parent
63179fb3f5
commit
d07091b38d
1 changed files with 2 additions and 0 deletions
|
@ -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`.
|
||||||
|
|
Loading…
Reference in a new issue