VLC command line
I use Ubuntu 9.10 64bit. But it need a lot modify on VLC -*-. Medibuntu will be great.Please try.
I use IO DATA GV-VCP3/PCI quality is fair. Price around 55$ -*-. Low profile? yes… but no driver for Win7 64 bit. And cannot 720×480 in windows -*-. I must use linux.
ok this is VLC command for me
vlc v4l2:///dev/video0:input=1:width=320:height=240
:input-slave=alsa:// :v4l2-caching=10000
--sout '#transcode{vcodec=mp2v,vb=1000,width=320,height=480
,scale=1,acodec=mpga,ab=96,channel=2}
:duplicate{dst=rtp{mux=ts,dst=192.168.1.232,port=7002},dst=display}'
--sout-ts-shaping=1000 --sout-ts-use-key-frames
--no-sout-ts-alignment --sout-ts-dts-delay=1000
Very long command. I put it to shell script. You can change
vcodec=mp2v,vb=1000 vcodec can be x264. vb = bitrate (kbit/sec) acodec (mp3 wont work) mpga mp4a is ok ab = 96 128 ok (audio bitrate):v4l2-caching=10000 = buffer at VLC. 300+ is ok more at http://wiki.videolan.org/VLC_command-line_help
February 4th, 2010 in
ezhometech 30 views