[vlc] Re: Schedule in vlc

Benjamin Pracht bigben+spam at videolan.org
Sat Mar 12 11:25:37 CET 2005


On Fri, Mar 11, 2005, Afonso Lima wrote :
> 
> Hi all,
> 
> Does anybody Know how to schedule a video recording in VLC? I need to record on each 2 minutes.
> 
> Below is the command line I'm using.
> 
> Thanks.
> 
> Afonso.
> 
> vlc -vvv --color
> v4l:/dev/video0:norm=1:frequency=543250:size=320x240:channel=0 --sout
> '#transcode{vcodec=mp4v,vb=1024,scale=1,venc=ffmpeg{keyint=800},fps=30,sfilter={time,marq}}:standard{access=file,mux=ts,url="video.mpg"}'
> --noaudio -4 -I rc --time-format '%d/%m/%Y - %H:%M:%S' --time-x 20
> --time-y 220 --marq-marquee 'Camera Sala 01' --marq-x 20 --marq-y 200
> 

You can have a look at vlm... However, I don't think it allows to start
a stream "every x minutes", only at a specified time. However, adding
this feature shouldn't be to hard I guess. 

An alternative would be to use the cron mecanism of your os, and sending
an instruction to a running session of VLC, using the http or the
rc/telnet interface.

-- 
BigBen

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list