yeah and therefore I suggest you, to use 'VLC media player'!
You can make everything with that tool..
e.g. starting your webcam source through 'vlc command line options' as an external application in NMC.. hope netsuo will fix that cmd bug
a command like:
Quote:
c:\vlc.exe dshow:// :dshow-vdev="PC Camera (6005 CIF)" :dshow-adev="Intel(r) integriertes Audio" :no-dshow-size="320x240" :dshow-config :no-dshow-tuner
note:the 'PC Camera (6005 CIF)' is the WDM driver name of my Webcam
looks like:
or you can simply start-transcoding/close vlc in background with NCS with every available decoder and bitrate on your machine, to capture the output in a file.. with options like:
Quote:
c:\vlc.exe dshow:// :dshow-vdev="PC Camera (6005 CIF)" :dshow-adev="Intel(r) integriertes Audio" :dshow-size="320x240" :dshow-config :no-dshow-tuner :sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acode c=mpga,ab=192,channels=2}:duplicate{dst=std{access =file,mux=ts,url="C:\output.mpg"}}
vlc is very simple and have guis to create that code above.
@netsuo, sorry to gone offtopic too but its kind a 'hardware control' too