Page 1 of 1

command line broken?

Posted: 11 Jan 2006 07:49
by yogeshsarda
I am using VLC player 0.8.2.

If I use GUI to record stream to a local file, it works but if I use the command line to do so no file is created. I used the MRL as command line parameters.

1. When just saving to a file
vlc.exe "zeharabellydancer01sample.mpeg":sout=#duplicate{dst=std{access=file,mux=ts,url="vlc2.mpeg"}}

2. When playing and saving to a file
vlc.exe "zeharabellydancer01sample.mpeg":sout=#duplicate{dst=display,dst=std{access=file,mux=ts,url="vlc.mpeg"}}

Is this already fixed in newer versions?

Thanks

Posted: 11 Jan 2006 10:31
by xtophe
You miss a space between the file name and :sout