IMX Scaler / CSC m2m driver.

Ian Molton imolton at ad-holdings.co.uk
Fri Mar 20 09:40:27 PDT 2015


Another datapoint:

This pipeline generates good 1080p output:
-------------------------------------

gst-launch-1.0 filesrc location= Downloads/big_buck_bunny_1080p_h264.mov ! qtdemux ! h264parse ! v4l2video3videodec capture-io-mode=dmabuf ! videoconvert ! ximagesink sync=false



This one generates 1080p frames, but they appear to be doubled-up - ie. the vertical resolution is 540ish, but the frame is still 1080 high.

horizontal resolution looks unaffected.
-------------------------------------

gst-launch-1.0 filesrc location= Downloads/big_buck_bunny_1080p_h264.mov ! qtdemux ! h264parse ! v4l2video3videodec capture-io-mode=dmabuf ! v4l2video0convert output-io-mode=dmabuf-import ! video/x-raw,width=1920,height=1080 ! ximagesink sync=false

-Ian


More information about the gstreamer-devel mailing list