From: Guillaume Pellerin Date: Mon, 22 Nov 2021 17:36:51 +0000 (+0100) Subject: goto 848x480 with Logitech 046d:086b X-Git-Tag: 1.1~15^2~1^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c3f4b74c133c95d2461bb5cb2bd78d3714fb480a;p=telecaster-server.git goto 848x480 with Logitech 046d:086b --- diff --git a/src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh b/src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh index d10e912..dcc35e0 100755 --- a/src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh +++ b/src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh @@ -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. \