1.mp4转yuv
gst-launch-1.0 filesrc location=/home/source.mp4 ! qtdemux ! h264parse ! omxh264dec ! filesink location=/home/result.yuv2.yuv转mp4
gst-launch-1.0 filesrc location=/home/source.yuv ! videoparse format=nv12 width=2592 height=2048 framerate=30/1 ! videoconvert ! omxh264enc ! h264parse ! mp4mux ! filesink location=/home/root/result.mp43.图像缩放
gst-launch-1.0 filesrc location=/home/source.yuv ! videoparse format=nv12 width=2592 height=2048 framerate=30/1 ! videoscale ! video/x-raw, width=1280, height=720, format=NV12 ! filesink location=/home/result.yuv4.队列
! queue5.rtp推流视频
gst-launch-1.0 filesrc location=/home/source.mp4 ! rtph264pay ! udpsink host=192.168.1.1 port=50006.获取视频信息
gst-discoverer-1.0 xxx.mp47.查看gst命令说明
gst-inspect-1.0 xxx