I'm trying to record from a webcam to a h264 file using the command line.
Current results: the webcam input is displayed in the VLC menu, but the file isn't save to the hdd.
Command line parameters:
Code: Select all
vlc dshow:// :dshow-vdev="Logitech Webcam 500" :dshow-adev="Microphone (Logitech Mic (Webca" :dshow-size=800x600 --sout-transcode-vcodec=h264 --sout-transcode-vb=800 --sout-transcode-scale=1 --sout-transcode-scale=1 --sout-transcode-aenc=mp3 --sout-transcode-ab=128 --sout-transcode-channels=2 --sout-transcode-samplerate=11250 --sout-transcode-threads=2 --sout-standard-access=file --sout-standard-mux=avi --sout-standard-dst="C:\\tmp\\c.avi"
Thanks!