aboutsummaryrefslogtreecommitdiff
path: root/voctocore/experiments/test-eevblog.sh
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/experiments/test-eevblog.sh')
-rwxr-xr-xvoctocore/experiments/test-eevblog.sh22
1 files changed, 0 insertions, 22 deletions
diff --git a/voctocore/experiments/test-eevblog.sh b/voctocore/experiments/test-eevblog.sh
deleted file mode 100755
index fb7afc5..0000000
--- a/voctocore/experiments/test-eevblog.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-gst-launch-1.0 -vm \
- filesrc location=$HOME/eevblog.mp4 !\
- decodebin 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