aboutsummaryrefslogtreecommitdiff
path: root/voctocore/experiments/test-avsync.sh
blob: 63e9a9b3772df62afb32602a14ca0d50672d939f (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,height=600,width=800,format=I420,framerate=25/1 ! \
  12. timeoverlay valignment=bottom ! \
  13. gdppay ! \
  14. tcpclientsink host=localhost port=5000 \
  15. \
  16. src. !\
  17. queue !\
  18. audioconvert !\
  19. audioresample !\
  20. audiorate !\
  21. audio/x-raw,format=S16LE,layout=interleaved,rate=48000,channels=2 !\
  22. gdppay !\
  23. tcpclientsink host=localhost port=6000