Page 1 of 1

combine 2 input streams using - es

Posted: 11 May 2006 08:42
by jchambers
Hello all, I am very new to VLC so any help is appreciated.

Are either of these even close to correct?

try one
vlc -vvv input_stream :sout={#es{access=file,mux=ts,url_audio='c:\Output.wmv',url_video='c:\Output2.wmv'}:duplicate={dst=display}}

try two
vlc -vvv input_stream --sout '#es{access=file,mux=ts,url_audio=c:\Output.wmv,url_video=c:\Output2.wmv}:duplicate={dst=display}'


Thank you,
Jon

Posted: 11 May 2006 10:26
by wang
Good question, I'll try to investigate it !!!

Could you post the answer, if you get it before I do?