Search found 3 matches

Go to advanced search

by ohanlon
04 Jun 2019 16:24
Forum: VLC stream-output (sout)
Topic: VLC Record from Webcam and Save to File - Windows Command Line
Replies: 4
Views: 6145

Re: VLC Record from Webcam and Save to File - Windows Command Line

SOLVED

I got it working using:

Code: Select all

vlc dshow:// :dshow-vdev="USB2.0 Camera" --sout file/avi:test.avi --run-time=5
by ohanlon
04 Jun 2019 14:00
Forum: VLC media player for Windows Troubleshooting
Topic: VLC Record RTSP stream from command line
Replies: 2
Views: 32460

Re: VLC Record RTSP stream from command line

SOLVED.

This is what I finally ended up getting to work:

Code: Select all

vlc dshow:// :dshow-vdev="USB2.0 Camera" --sout file/avi:test.avi --run-time=5
by ohanlon
28 May 2019 18:06
Forum: VLC stream-output (sout)
Topic: VLC Record from Webcam and Save to File - Windows Command Line
Replies: 4
Views: 6145

VLC Record from Webcam and Save to File - Windows Command Line

Hello, I am trying to record a video from a camera and save the recording to a file, using the command line on Windows. (My comprehension of the vlc documentation is poor at best, and I need some help figuring this out.) I can get VLC up, displaying my camera, and recording using the command: vlc ds...

Go to advanced search