aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/av-source-avsync.sh
blob: 756d83b94de6c23b020657bec9fc3288f7fab05b (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 -vm \
  3. uridecodebin \
  4. uri=http://c3voc.mazdermind.de/avsync.mp4 \
  5. name=src \
  6. \
  7. src. !\
  8. queue !\
  9. videoconvert !\
  10. videoscale !\
  11. video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 ! \
  12. timeoverlay valignment=bottom ! \
  13. gdppay ! \
  14. tcpclientsink host=localhost port=10000 \
  15. \
  16. src. !\
  17. queue !\
  18. audioconvert !\
  19. audioresample !\
  20. audiorate !\
  21. audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 !\
  22. gdppay !\
  23. tcpclientsink host=localhost port=20000