How can I see what I'm recording?
Posted: 28 Apr 2022 21:08
On Windows 10 I use a batch to open the webcam and start a recording. But while it is recording, the VLC interface shows black. How can I see what is being recorded at the same time on the VLC screen? This is the command line:
I have tried the following, but the interface appears black:
Code: Select all
vlc -Idummy -vvv dshow:// :dshow-vdev="myWebCam" :dshow-adev :live-caching=300 --sout=#transcode{vcodec=h264,vb=512}:std{access=file,dst="miVideo.mp4"}
Code: Select all
vlc dshow:// :dshow-vdev="myWebCam" :dshow-adev :live-caching=300 --sout=#transcode{vcodec=h264,vb=512}:std{access=file,dst="miVideo.mp4"}