This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8148 Cropping with gstreamer

Re-posting this question on DM8148_processor_forum

Friends,

On my pg2.1 EVM following gstreamer pipeline to play 1080p50fps H264 is working fine,

gst-launch-0.10 filesrc location=1080p50.MTS ! mpegtsdemux ! h264parse !  omx_h264dec ! omx_scaler ! 'video/x-raw-yuv,width=1920,height=1080' ! omx_ctrl display-mode=OMX_DC_MODE_1080P_60  ! gstperf ! omx_videosink sync=true

Now I want to crop top-left part of the input frame(960x540) and scale it up to 1920x1080 on the output side.


is there a gstreamer plug-in from TI to do the cropping?

thanks and Br,

Albert.