Example Pipelines - TexasInstruments/edgeai-gst-plugins GitHub Wiki

  • Convert RGBx to NV12 and downscale video from 720p to 480p, save video in a raw file.
gst-launch-1.0 videotestsrc is-live=true num-buffers=5 ! "video/x-raw,format=RGBx,width=1280,height=720" ! identity silent=false ! tiovxcolorconvert ! "video/x-raw,format=NV12,width=1280,height=720" ! tiovxmultiscaler name=multi multi. ! "video/x-raw,format=NV12,width=640,height=480" ! filesink location=conv_scale.raw -e