How to play a .mp4 video from SD card on ESP32-P4 EV board
Posted: Tue May 06, 2025 6:28 pm
Hi everyone,
I’m working with the ESP32-P4 EV board and I want to play a .mp4 video file stored on an SD card and display it on an MIPI DSI display connected to the board.
I have a few doubts:
Does the ESP32-P4 support decoding MP4 (H.264 or similar) video formats directly in hardware?
If not, is there any existing library or workaround to decode video frames in software (even at low resolution and frame rate)?
Are there any sample projects or code references for playing video from an SD card on the ESP32-P4 with MIPI DSI output?
I’d appreciate any guidance, tips, or references!
Thanks in advance.
I’m working with the ESP32-P4 EV board and I want to play a .mp4 video file stored on an SD card and display it on an MIPI DSI display connected to the board.
I have a few doubts:
Does the ESP32-P4 support decoding MP4 (H.264 or similar) video formats directly in hardware?
If not, is there any existing library or workaround to decode video frames in software (even at low resolution and frame rate)?
Are there any sample projects or code references for playing video from an SD card on the ESP32-P4 with MIPI DSI output?
I’d appreciate any guidance, tips, or references!
Thanks in advance.