muxing 2 es into 1 ts
Posted: 23 Nov 2005 11:40
This question may seem trivial, but searching the docs and the forum I couldn't find any enlighting information.
I want to mux a H.264 ES and a AC-3 ES into a TS.
Using the GUI (File->Streaming Assistant->Transcode...) I couldn't find a way to do this. Is there another place to do this? I'm not familiar with VLC yet.
Also, the cmd-line syntax is
since here only 1 "inpute_stream"-parameter is allowed, I also don't see how to do this here. I guess there may be a module which can do that, but I didn't find one...
I want to mux a H.264 ES and a AC-3 ES into a TS.
Using the GUI (File->Streaming Assistant->Transcode...) I couldn't find a way to do this. Is there another place to do this? I'm not familiar with VLC yet.
Also, the cmd-line syntax is
Code: Select all
vlc input_stream --sout "#module1{option1=parameter1{parameter-option1},option2=parameter2}:#module2{option1=...,option2=...}:..."