Recording Webcam Video Doesn't Display
Posted: 13 Jun 2021 11:58
Hi,
I'm trying to record and display live video from a webcam connected to my computer, using the command prompt.
I tried using the following syntax (generated by the wizard):
While the recording is just fine, the display freezes showing only the first frame. What am I doing wrong?
Any help will be apprecheated!
P.S.: I tried on two different computers and got the same result.
I'm trying to record and display live video from a webcam connected to my computer, using the command prompt.
I tried using the following syntax (generated by the wizard):
Code: Select all
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="HD Pro Webcam C920" :dshow-aspect-ratio=16\:9 :dshow-size=1920x1080 :dshow-fps=30 :sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:duplicate{dst=file{dst=D:\\\\TEST_VID.mp4},dst=display} :no-sout-all :sout-keep
While the recording is just fine, the display freezes showing only the first frame. What am I doing wrong?
Any help will be apprecheated!
P.S.: I tried on two different computers and got the same result.