]> git.parisson.com Git - telecaster-cgi.git/commitdiff
default jack on hw:0, default webcam low res
authoryomguy <yomguy@parisson.com>
Fri, 20 Jan 2012 14:56:09 +0000 (15:56 +0100)
committeryomguy <yomguy@parisson.com>
Fri, 20 Jan 2012 14:56:09 +0000 (15:56 +0100)
conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh

index 9cb1afbec070d6c9aac79ee41ed2379284c6134b..17bb6ea0a64ed365bdd322332e72db90f855974c 100755 (executable)
@@ -2,13 +2,12 @@
 
 # Start TeleCaster video channel
 
-WIDTH=640
-HEIGHT=360
+WIDTH=320
+HEIGHT=240
 #WIDTH=1024
 #HEIGHT=576
 
 gst-launch v4l2src device=/dev/video0 ! video/x-raw-yuv, width=$WIDTH, height=$HEIGHT  \
-       ! queue ! videoflip method=rotate-180 \
        ! queue ! ffmpegcolorspace \
        ! queue ! vp8enc speed=2 threads=2 quality=9.0 ! queue ! muxout. \
        jackaudiosrc connect=1 \