Page 1 of 1

FFmpeg (video encoding/decoding library) bindings for MicroPython

Posted: Sun Oct 21, 2018 11:51 am
by pfalcon
There're proof of concept bindings for the FFmpeg library, developed using MicroPython standard modules "ffi" and "uctypes": https://github.com/pfalcon/micropython-uffmpeg

They are of course early work in progress, and video decoding is the initial focus. 2 samples are provided: decoding video to image frames, and a simple video player using SDL2 bindings (viewtopic.php?f=15&t=5196).