You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Add README.md and draft_code
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
This doesn't work because the build with ffmpeg in it fails,
|
||||
because it needs that STDIO MEM allocator in lib/lv_conf.h and that has a compilation issue.
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# https://sample-videos.com/
|
||||
|
||||
ffmpeg -i SampleVideo_640x360_1mb.mp4 -c:v mjpeg -q:v 7 -vf "fps=15,scale=320:180:flags=lanczos" -c:a pcm_u8 video_320x180.avi
|
||||
Reference in New Issue
Block a user