From: yomguy Date: Mon, 3 Oct 2011 09:31:10 +0000 (+0200) Subject: add scripts again X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=729450f2657eb97d784a6365be91e8877c23bee2;p=telecaster-cgi.git add scripts again --- diff --git a/scripts/telecaster/gst_video_simple_ogg b/scripts/telecaster/gst_video_simple_ogg old mode 100644 new mode 100755 diff --git a/scripts/telecaster/gst_video_simple_ogg_jack b/scripts/telecaster/gst_video_simple_ogg_jack new file mode 100755 index 0000000..69d2091 --- /dev/null +++ b/scripts/telecaster/gst_video_simple_ogg_jack @@ -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 \