aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/av-record-cam1-mirror.sh
blob: d4e4515f3c993e8797ad99efd038e70ecbafb87a (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 \
  3. tcpclientsrc host=localhost port=13000 !\
  4. matroskademux name=demux \
  5. \
  6. demux. !\
  7. queue !\
  8. textoverlay halignment=left valignment=top ypad=250 text=Recording !\
  9. timeoverlay halignment=left valignment=top ypad=250 xpad=400 !\
  10. avenc_mpeg2video bitrate=5000000 max-key-interval=0 !\
  11. queue !\
  12. mux. \
  13. \
  14. demux. !\
  15. queue !\
  16. audioconvert !\
  17. avenc_mp2 bitrate=192000 !\
  18. queue !\
  19. mux. \
  20. \
  21. mpegtsmux name=mux !\
  22. filesink location=foo.ts