Page 1 of 1

How to record a raw video stream using VLC command line

Posted: 13 Oct 2011 08:43
by pavithra_mdn
Hi,

I am trying to record a stream from an IPcamera using command line options as a .mov file. The recording happens successfully and can be played back without any issue. The following are the commands I use

"vlc $input_stream --play-and-exit --run-time=60 -V dummy --intf=dummy --quiet --sout Video.mov.

Now I want to record the raw video of the same stream using VLC command line. Is there a way to do it using VLC. I want to pass the commands for raw video recording together with the above commands so that .mov and raw video recording happen one after the other or simultaneously. Is that possible using VLC? Can anybody help me with this?

Thanks,
Pavithra