VLC - skript
#!/bin/sh
# Nahrávanie z kamery
vlc v4l:// :v4l-vdev=/dev/video0 \
:v4l-adev=/dev/dsp :v4l-norm=0 \
:v4l-channel=4 :v4l-width=720 :v4l-height=576 \
':sout=#transcode{
vcodec=mp4v,vb=600,scale=1,acodec=mpga,
ab=64,channels=2}
:duplicate{
dst=std{access=file,mux=ts,url="out.mpg"},
dst=display,
dst=std{access=http,mux=asf,url=:1234/tv.asf}
}'
|
PREVIOUS |
|
NEXT |