start work on 320x240 screen version using the pi pico
This commit is contained in:
parent
8acd684e59
commit
90f648e0b0
13 changed files with 112280 additions and 20 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue