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
Hello,
Yes, the MX6UL don't have the VPU and GPU, so all images will run but in software, avoid use the glimagesink.
Regards