Hello, sorry for my "english".
Little question. How to convert video webinar "GoToMeeting" (G2M3,
G2M4) to another video format, such as h264 ?
"
C:\\input.wmv" is the input file (
G2M4, width=1024, height=768, fps=29.97, WMA2, mono, 44100)
Command line example:
"C:\\Program Files\vlc-2.1.0\vlc.exe" -vvv "C:\\input.wmv" :sout=#transcode{vcodec=h264,vb=800,scale=1,fps=15,width=1024,height=768,acodec=mp4a,ab=96,channels=1,samplerate=44100} :std{access=file,mux=avi,dst="C:\\output.avi"}
But... does not work.
