]> git.parisson.com Git - telecaster-server.git/commitdiff
increase zoom and sharpness, fix URL argument
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 24 Nov 2021 16:35:34 +0000 (17:35 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 24 Nov 2021 16:35:34 +0000 (17:35 +0100)
src/home/telecaster/.fluxbox/scripts/launch-url2video.sh
src/home/telecaster/.fluxbox/scripts/tc_video_simple_webm_stream-gst1.sh

index 25fe89471fbeb7f624047e67d0430d9ad6b28a51..1043d54eeb6ffddc85484f9bccf247b55c4009fe 100755 (executable)
@@ -5,7 +5,7 @@ URL=https://e-learning.crfpa.pre-barreau.com/media/Pre-Barreau/CRFPA/2021/Libert
 VIDEO_SINK_NAME="/dev/video12"
 AUDIO_SINK_NAME="Mix-for-Virtual-Microphone"
 
-gst-launch-1.0 uridecodebin uri=$URL name=uridec do-timestamp=true live=true \
+gst-launch-1.0 uridecodebin uri="$URL" name=uridec do-timestamp=true live=true \
       ! videoconvert \
       ! v4l2sink device=$VIDEO_SINK_NAME sync=true \
       uridec. \
index d10e912de771814f8a8e3f8c313e082c4a76d937..815202e5cebb2e5b239593a2105a80e83e5bdc8d 100755 (executable)
@@ -11,9 +11,10 @@ HEIGHT=480
 FRAMERATE=24
 
 v4l2-ctl -d 0 -c power_line_frequency=1
-v4l2-ctl -d 0 -c zoom_absolute=100
+v4l2-ctl -d 0 -c zoom_absolute=135
 v4l2-ctl -d 0 -c focus_auto=0
 v4l2-ctl -d 0 -c focus_absolute=1
+v4l2-ctl -d 0 -c sharpness=100
 
 # ! queue ! videoflip method=rotate-180 \