From 4744b1aa61a27b3bc7fc3ac5f5bce4bc39505e32 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 11 May 2015 22:57:47 +0200 Subject: rename experiment scripts --- voctocore/experiments/test-eevblog.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 voctocore/experiments/test-eevblog.sh (limited to 'voctocore/experiments/test-eevblog.sh') diff --git a/voctocore/experiments/test-eevblog.sh b/voctocore/experiments/test-eevblog.sh new file mode 100755 index 0000000..fb7afc5 --- /dev/null +++ b/voctocore/experiments/test-eevblog.sh @@ -0,0 +1,22 @@ +#!/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 -- cgit v1.2.3