Guest User

Untitled

a guest
Nov 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. #pkg-config --modversion opencv
  2. #pkg-config --cflags opencv
  3. #pkg-config --libs opencv
  4.  
  5. #cd examples && ./test-launch "( videotestsrc ! x264enc ! rtph264pay name=pay0 pt=96 )"
  6. #rtsp://HOST_IP:8554/test
  7. #gst-launch-1.0 rtspsrc location=rtsp://10.100.100.100:8554/test latency=200 ! decodebin ! videoconvert ! faceblur ! videoconvert ! ximagesink
  8. #gst-launch rtspsrc location=rtsp://192.168.0.9:8554 latency=200 ! rtpjpegdepay ! jpegdec ! videoscale ! video/x-raw-yuv,width=480,height=272 ! videorate ! capsfilter caps="video/x-raw-yuv,width=480,height=272,framerate=(fraction)12/1" ! queue ! ffmpegcolorspace ! faceblur ! ffmpegcolorspace ! theoraenc ! oggmux ! filesink location=Desktop/faceblur_raw_video.ogm
  9. #gst-launch-1.0 -v alsasrc device=hw:0,0 num-buffers=1 ! audio/x-raw,rate=48000,channels=6,depth=16,width=16 ! filesink location=/tmp/test.pcm
  10. #export GST_DEBUG_DUMP_DOT_DIR=~/tmp/
  11. #dot -Tpng xxx.dot > pipeline.png
  12. #gst-launch-1.0 alsasrc device=hw:0,0 num-buffers=1 ! audio/x-raw,rate=48000,channels=6,format=S16LE ! filesink location=/tmp/test.pcm
Add Comment
Please, Sign In to add comment