diff options
| author | MaZderMind <git@mazdermind.de> | 2015-11-17 08:34:40 +0100 |
|---|---|---|
| committer | MaZderMind <git@mazdermind.de> | 2015-11-17 08:34:40 +0100 |
| commit | 88afa4789cc65c0251a4a201828a49730b825473 (patch) | |
| tree | 6643c9d2b1e85e7d4fd20bb5a6cc1745bed3a585 /voctocore/experiments/test-avsync.sh | |
| parent | 2fb65a153127288c5c7be22339bd2c7a4018190e (diff) | |
remove experiments folder
Diffstat (limited to 'voctocore/experiments/test-avsync.sh')
| -rwxr-xr-x | voctocore/experiments/test-avsync.sh | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/voctocore/experiments/test-avsync.sh b/voctocore/experiments/test-avsync.sh deleted file mode 100755 index 63e9a9b..0000000 --- a/voctocore/experiments/test-avsync.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -gst-launch-1.0 -vm \ - uridecodebin \ - uri=http://c3voc.mazdermind.de/avsync.mp4 \ - name=src \ - \ - src. !\ - queue !\ - videoconvert !\ - videoscale !\ - video/x-raw,height=600,width=800,format=I420,framerate=25/1 ! \ - timeoverlay valignment=bottom ! \ - gdppay ! \ - tcpclientsink host=localhost port=5000 \ - \ - src. !\ - queue !\ - audioconvert !\ - audioresample !\ - audiorate !\ - audio/x-raw,format=S16LE,layout=interleaved,rate=48000,channels=2 !\ - gdppay !\ - tcpclientsink host=localhost port=6000 |
