tobozo / M5Tube

Video player for M5Stack with Docker conversion support
MIT License
31 stars 4 forks source link
arduino audio docker esp32 esp32-chimera-core m5stack m5stack-sd-updater video videoplayer

M5Tube

M5Tube is a video player for M5Stack.

image

M5Tube is also a video conversion utility, it can be used locally or in a Docker image.

image

Software Stack prerequisites

Hardware Stack prerequisites

Installation

Conversion settings

The conversion utily provided with this projects makes the process of converting the video to an acceptable format for the M5Stack much less painful. The mp4 format is required for the source file and audio is mandatory for the conversion to complete. After the audio is converted and recompressed to mp3 mono @32Kbps/22Khz, the video is split into frames, and each frame is split into 4 chunks. Only one of these 4 chunks is kept, converted into JPEG with variable compression rate, and stacked into a file. Custom conversion settings are available such as video width and processed chunks per second.

Player functionalities

All videos are played from the SD and can't be paused (only stopped but PR's accepted).

The sync/download is optional but requires to have a web server handling TLS and exposing the video/audio/json files, some editing in the .ino file, and the gathering of the TLS certificate chain for certificates.h.

Any successful sync operation will overwrite the local files.

Credits