VLC - skript
#!/bin/sh
# Nahrávanie z obrazovky
vlc --intf=curses --extraintf= \
screen:// --screen-fps=5 \
':sout=#transcode{vcodec=mp4v,vb=600,scale=1,
acodec=mpga,ab=64,fps=1,channels=1}
:duplicate{
dst=std{access=file,mux=asf,url="o.asf"},
dst=std{access=http,mux=asf,url=:1234/tv.asf}
}'
|
PREVIOUS |
|
NEXT |