]> git.parisson.com Git - telecaster-cgi.git/commitdiff
add scripts again
authoryomguy <yomguy@parisson.com>
Mon, 3 Oct 2011 09:31:10 +0000 (11:31 +0200)
committeryomguy <yomguy@parisson.com>
Mon, 3 Oct 2011 09:31:10 +0000 (11:31 +0200)
scripts/telecaster/gst_video_simple_ogg [changed mode: 0644->0755]
scripts/telecaster/gst_video_simple_ogg_jack [new file with mode: 0755]

old mode 100644 (file)
new mode 100755 (executable)
diff --git a/scripts/telecaster/gst_video_simple_ogg_jack b/scripts/telecaster/gst_video_simple_ogg_jack
new file mode 100755 (executable)
index 0000000..69d2091
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+gst-launch v4l2src device=/dev/video0 ! video/x-raw-yuv,width=640, height=480 \
+       ! queue ! ffmpegcolorspace \
+       ! queue ! theoraenc quality=25 ! mux. \
+       jackaudiosrc connect=1 ! queue ! audioconvert ! queue ! vorbisenc ! mux. \
+       oggmux name=mux ! filesink location=/var/www/test/test.ogg \
+
+# ! queue ! videorate ! video/x-raw-yuv, framerate=25/1 \