Page 1 of 1

windows command line

Posted: 19 Dec 2003 15:31
by sash
hi there I am stuck on a windows command line. perhaps someone can help me. what I trying to do is create a bat file that will control a repetitive function. what i am trying to to is capture the input stream to specific file name and directory

ie vlc -vvv http/demuxdump://127.0.0.1:1234

I want to say capture the file to c:\ test.mpg but I can figure out how to I tried --sout but I can not seem to get it to work this way any Ideas on the proper command line structure...

thank-you sash

Posted: 19 Dec 2003 16:03
by Gibalou
This should do the trick:
vlc -vv http/demuxdump://127.0.0.1:1234 --demuxdump-file=yourdestinationfile

Posted: 19 Dec 2003 16:05
by sash
okay I downloaded the newer vlc and I was able to figurer it out thanks

vlc --vvv http://127.0.0.1:1234 :demux=demuxdump :demuxdump-file="c:\test.mpeg"


edited

oops you beat me but thank you. for your reply it is greatly appreciated for your help