i need to get the following syntax to record audio also. right now it doesent and i really dont know why.
Code: Select all
C:\Programs...\vlc.exe dshow:// --sout=#transcode{vcodec=mp2v,vb=1024,fps=30,width=320,acodec=mp2a,ab=128,scale=1,channels=2,deinterlace,audio-sync}:duplicate{dst=standard{access=file,mux=ps,dst="C:\Output.mpg"},dst=display{}} --extraintf=logger -vvv
i dont know why but it doesent add sound.
another thing is that i dont know what to parse the command when i want the recorded video finnished
thanks in advance!