Rotate a Video in gstreamer
问题 I have this pipeline to record from two webcams simultaneously: gst-launch-1.0 -v v4l2src device=/dev/video0 num-buffers=300\ ! "video/x-raw,width=800,height=600,framerate=30/1" ! videorate\ ! "video/x-raw,framerate=30/1" ! jpegenc ! queue ! mux. \ pulsesrc device="alsa_input.pci-0000_00_1b.0.analog-stereo" \ ! 'audio/x-raw,rate=88200,channels=1,depth=24' ! audioconvert ! \ avenc_aac compliance=experimental ! queue ! mux. matroskamux name="mux"\ ! filesink location=/home/sina/T1.avi v4l2src