From 58588e608145257835d3d1d27fdf6d5a1df9d451 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 20 Jan 2012 15:56:09 +0100 Subject: [PATCH] default jack on hw:0, default webcam low res --- conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh b/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh index 9cb1afb..17bb6ea 100755 --- a/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh +++ b/conf/home/fluxbox/telecaster/tc_video_simple_webm_stream.sh @@ -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 \ -- 2.39.5