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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

912 Views
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 Kudos
Reply
1 Reply

897 Views
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 Kudos
Reply