VLC 1.0 has a new nice "record" button, which enables you to save all kinds of (streaming) media "as it is" to disk.
Is there any way to do this by vlc command line options?
At the moment I have to customize these options for each type of stream, eg.:
Code: Select all
vlc rtsp://xxx.xxx.xxx.xxx/mydirectory/mystream.mov --sout=#duplicate{dst=std{access=file,mux=mov,dst="myfile.mov"}