]> git.parisson.com Git - telecaster-client.git/commitdiff
better q
authoryomguy <yomguy@parisson.com>
Fri, 9 Mar 2012 14:55:21 +0000 (15:55 +0100)
committeryomguy <yomguy@parisson.com>
Fri, 9 Mar 2012 14:55:21 +0000 (15:55 +0100)
conf/home/fluxbox/telecaster/tc_video_only_simple_webm.sh

index 7c92b88d97b37cc2525707d8d436861ba998af7d..00b093e00fc7e06d734e1a559264412c86e2810c 100755 (executable)
@@ -9,7 +9,7 @@ HEIGHT=480
 
 gst-launch v4l2src device=/dev/video0 ! video/x-raw-yuv, width=$WIDTH, height=$HEIGHT  \
        ! queue ! ffmpegcolorspace \
-       ! queue ! vp8enc speed=2 threads=4 quality=5.0 ! queue ! muxout. \
+       ! queue ! vp8enc speed=2 threads=4 quality=9.0 ! queue ! muxout. \
        webmmux streamable=true name=muxout \
        ! queue ! tcpserversink host=127.0.0.1 port=9000 protocol=none