[Problem] Recording from webcam to h264 - file isn't saved
Posted: 04 Jan 2010 18:44
Hi all,
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:
What need I do in order in order to record from the webcam? An example will be greatly appreciated.
Thanks!
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!