]> git.parisson.com Git - telecaster-cgi.git/commitdiff
add gstreamer video DV script
authoryomguy <yomguy@parisson.com>
Mon, 12 Sep 2011 12:44:39 +0000 (12:44 +0000)
committeryomguy <yomguy@parisson.com>
Mon, 12 Sep 2011 12:44:39 +0000 (12:44 +0000)
scripts/telecaster/gst_dv_jack_shout [new file with mode: 0755]

diff --git a/scripts/telecaster/gst_dv_jack_shout b/scripts/telecaster/gst_dv_jack_shout
new file mode 100755 (executable)
index 0000000..ef59dfc
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+gst-launch-0.10 dv1394src ! queue ! dvdemux name=d ! queue ! dvdec  \
+       ! queue ! videoscale ! video/x-raw-yuv, width=480, height=368 \
+       ! queue ! ffmpegcolorspace ! theoraenc bitrate=500 ! muxout. \
+        oggmux name=muxout \
+       ! queue ! shout2send mount=/telecaster_live_video.ogg port=8000 password=source2parisson ip=127.0.0.1 \