start work on 320x240 screen version using the pi pico

This commit is contained in:
Crispy 2025-06-16 19:39:07 +02:00
parent 8acd684e59
commit 90f648e0b0
13 changed files with 112280 additions and 20 deletions

View file

@ -9,7 +9,7 @@ rm frames/*.png
ffmpeg -i *.webm \
-r $1 \
-ss 1 \
-vf scale=40:32 \
-vf scale=320:240 \
-sws_dither none \
frames/frame_%04d.png 2> /dev/null
# -pix_fmt monob \