combine 2 input streams using - es
Posted: 11 May 2006 08:42
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
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