aboutsummaryrefslogtreecommitdiff
path: root/voctocore/experiments/test-eevblog.sh
blob: fb7afc51202ba1712234778a29ad147b647940cc (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 -vm \
  3. filesrc location=$HOME/eevblog.mp4 !\
  4. decodebin name=src \
  5. \
  6. src. !\
  7. queue !\
  8. videoconvert !\
  9. videoscale !\
  10. video/x-raw,height=600,width=800,format=I420,framerate=25/1 ! \
  11. timeoverlay valignment=bottom ! \
  12. gdppay ! \
  13. tcpclientsink host=localhost port=5000 \
  14. \
  15. src. !\
  16. queue !\
  17. audioconvert !\
  18. audioresample !\
  19. audiorate !\
  20. audio/x-raw,format=S16LE,layout=interleaved,rate=48000,channels=2 !\
  21. gdppay !\
  22. tcpclientsink host=localhost port=6000