vlc uses all its own codecs, WYSIWYG -
I used to use 0.8.6d; upgraded to 0.9.9 reacently but have not tried 1.0.0 rc4 but I guess, if it works at all any other limitations are probably due to the hardware. for seeing what is going on enable the logging.
In 0.9.9 you do this by vlc; tools; add interface; debug logging and you also can
vlc; tools; messages or media information which while away the hours!
I usualy used
Code: Select all
"C:\program files\videolan\vlc\vlc.exe" dshow:// :dshow-vdev="Hauppauge WinTV PVR PCI II Capture" :dshow-adev="SB Audigy Audio [E480]" :dshow-size="" :sout=#transcode{vcodec=mp4v,vb=250,width=100,height=250,fps=30,deinterlace,acodec=mp4a,ab=256,channels=2}:duplicate{dst=display,dst=std{access=http,mux=ts,dst=192.168.2.5:8085}}
and if you use something similar you could try altering the 'Video Bit Rate' (vb) the number of 'Frames per Second' (fps) and the size of your frame.
You will see mine is quite small - I had my video capture card, to which my camera was attached, in a 3GHz; 3GB RAM; single core; slowish PC running 'dose XP
happy watching
Chris