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.