]> git.parisson.com Git - telecaster-server.git/commitdiff
goto 848x480 with Logitech 046d:086b
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 22 Nov 2021 17:36:51 +0000 (18:36 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 22 Nov 2021 17:36:51 +0000 (18:36 +0100)
src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh

index d10e912de771814f8a8e3f8c313e082c4a76d937..dcc35e0a1d6cec460ed74824f6c6e04580a9d69e 100755 (executable)
@@ -4,7 +4,7 @@
 
 #WIDTH=640
 #HEIGHT=360
-WIDTH=864
+WIDTH=848
 HEIGHT=480
 #WIDTH=1280
 #HEIGHT=720
@@ -17,7 +17,7 @@ v4l2-ctl -d 0 -c focus_absolute=1
 
 # ! queue ! videoflip method=rotate-180 \
 
-gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, format=YUY2, width=$WIDTH, height=$HEIGHT, framerate=$FRAMERATE/1  \
+gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, width=$WIDTH, height=$HEIGHT, framerate=$FRAMERATE/1  \
        ! queue ! videoconvert \
        ! queue ! vp8enc threads=4 deadline=2 \
        ! queue ! muxout. \