don't know if in windows it's the same, but,
:sout=#duplicate{dst=std{access=file,mux=ts,dst="/home/user/test.avi"}} (vlc 0.8.6)
in 0.9.* should be similar if not the same
either way, i advice you first try it with the GUI , then (with the command is right) adapt it to the command line, see if you get the stream correctly (i'm assuming that you do), then try to save to a file
on a first approach, try to replace
url by
dst in your command line (and giving you're in windows, give also an extension to the file)
**EDIT:
0.9.0 NEWS wrote:
* The "rtp" access output module has been removed.
Please use the RTP stream output instead, e.g.:
Old: '#std{access=rtp,mux=ts,dst=239.255.1.2:5004,sap}'
New: '#rtp{mux=ts,dst=239.255.1.2,port=5004,sap}'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
viewtopic.php?f=4&t=50489