2024-10-10 03:02 AM
Hi
I try to play a video on 1080 P , and my stm32mp157f-dk2 board are connecting through the HDMI , and whenever i play the video, video getting so many lags but sound is good,
please let me know.
i am using the same players
With GPU
Gstreamer graph:
playbin3 uri=file://$VIDEO video-sink=' gtkwaylandsink name=gtkwsink '
Solved! Go to Solution.
2024-10-10 04:39 AM
Hi @asadullah4571 ,
STM32MP1 does not embed any video HW accelerator, so video resolution, bit rate and frame rate is limited.
Played video files should be adapted to STM32MP1 capabilities.
Dual Cortex-A7 800MHz 32-bit DDR (STM32MP157F-DK2 is 16-bit DDR, so expect lower figures) :
Notes:
Please also have a look to https://wiki.st.com/stm32mpu/wiki/How_to_profile_video_framerate
Regards
2024-10-10 04:39 AM
Hi @asadullah4571 ,
STM32MP1 does not embed any video HW accelerator, so video resolution, bit rate and frame rate is limited.
Played video files should be adapted to STM32MP1 capabilities.
Dual Cortex-A7 800MHz 32-bit DDR (STM32MP157F-DK2 is 16-bit DDR, so expect lower figures) :
Notes:
Please also have a look to https://wiki.st.com/stm32mpu/wiki/How_to_profile_video_framerate
Regards