gstreamer - how to play an mp4 file on my local imx6ulevm LCD screen

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

gstreamer - how to play an mp4 file on my local imx6ulevm LCD screen

925 次查看
ken_carlson
Contributor I

Greetings,

I have a few mp4 files which I would like to evaluate on my IMX.6 Ultra Light Eval board (imx6ulevk).

The LCD screen is 480x272, the mp4 files are 1080p (1920 × 1080), so I imagine I need a transcoding pipeline description. After many hours google-ing, I am now asking the experts!

Here is one command that I have tried

gst-launch-1.0 filesrc location=Big_Buck_Bunny_1080_10s_1MB.mp4 ! qtdemux ! h264parse !
vpudec ! queue ! glimagesink render-rectangle='<0,0,480,272>'
WARNING: erroneous pipeline: no element "vpudec"

Is the error due to the fact that the Ultra Light does not have a VPU block?

Any other gstreamer pipelines would be welcomed!

Thanks

Ken

 

 

0 项奖励
回复
1 回复

910 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

Yes, the MX6UL don't have the VPU and GPU, so all images will run but in software, avoid use the glimagesink.

 

Regards

0 项奖励
回复