-
Notifications
You must be signed in to change notification settings - Fork 4
Example Pipelines
jafet-chaves edited this page Aug 20, 2021
·
4 revisions
- 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