source: trunk/Modules/WebCam/vlc/snapshot.sh

Last change on this file was 292, checked in by george, 14 years ago
  • Upraveno: Odkazy na novou webkameru. * Aktualizace: Speedtest.
  • Property svn:executable set to *
File size: 606 bytes
Line 
1#!/bin/sh
2
3#vlc --intf rc -vvv http://kamera-knihovna/video2.mjpg :sout=#std{access=http,mux=ts,dst=0.0.0.0:8080}
4#:sout=#transcode{vcodec=MJPG,vb=800,scale=1,acodec=none}:duplicate{dst=std{access=http,mux=mpjpeg,dst=0.0.0.0:8080},dst=display}
5#vlc -Idummy -vvv http://kamera-knihovna/video2.mjpg \
6vlc -Idummy -vvv rtsp://kamera-knihovna/live.sdp \
7:sout=\#transcode\{vcodec=MJPG,vb=3000,scale=1,acodec=none\}:std\{access=http,mux=mpjpeg,dst=0.0.0.0:8080\} \
8--video-filter=scene --no-audio --scene-path=/home/chronos --scene-format=jpeg --scene-prefix=snap --scene-replace --run-time=1 --scene-ratio=24
Note: See TracBrowser for help on using the repository browser.