Hi all,
I was going through this forum and know I'm confused. I there any way to mux multiple audio tracks (with different codec) in one MPEG TS file?
if yes, is it with this kind of following command line ?
% "PATH_TO_VLC" -vvv FILE1.EXT FILE2.EXT FILE3.EXT ETC.ETC --sout-keep --sout=#gather:transcode{vcodec=h264,vb=1024,scale=1,acodec=mp4a,ab=192,channels=6}:standard{access=file,mux=ts,dst=out.mpg} --sout-all
Thanks.