aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/av-record-output.sh
blob: 016e5a833544b18b54d68472ab687a567e2cf8ec (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 \
  3. tcpclientsrc host=localhost port=11000 !\
  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