Page 1 of 1

dos comand for recording in raw.

Posted: 11 Aug 2009 10:46
by ole eskildsen
I have so fare this commando that works.

C:\Programmer\VideoLAN\VLC\vlc udp://@232.49.36.29:6666 :sout=file/ps:"C:\Documents and Settings\oll\Dokumenter\testX.ps" :run-time=60

But it only records video and stereo sound track. The stream have more tracks and subtitles. If I in vlc save the stream to file and mark of raw then the resulting file has all the sound tracks video and subtitles. But how do i make that happen with a dos comand.

Somebody please help.

Re: dos comand for recording in raw.

Posted: 11 Aug 2009 13:23
by kryptonite
Not very sure, but you could give this a try:
C:\Programmer\VideoLAN\VLC\vlc udp://@232.49.36.29:6666 :demux=dump :demuxdump-file="C:\Documents and Settings\oll\Dokumenter\testX.ps" :run-time=60

Re: dos comand for recording in raw.

Posted: 11 Aug 2009 22:26
by ole eskildsen
Thanks a lot that worked just nice. I was trying all sort of things with raw but that did not work. Now my little program database with build in timer works just as I like it to. Thanks again.