Page 1 of 1

Is Transcoding with keeping multiple audio PIDs possible?

Posted: 18 Jul 2004 22:10
by vkangin
I did successfuly transcode PS to TS and TS to PS but always output file contain only one audio PID.

Is it possible to trascode with such options that all audio PIDs will remain?
Is it possible to set appropriate descritors to audio PIDs (PAT & PMT) while transcoding to TS?

:?

Posted: 19 Jul 2004 09:56
by fenrir
With the current SVN it is possible to keep all audio, just add the option --sout-all

With 0.7.2 it's a bit more complicated, if your source is a TS then add /ts2:
before the name, and if it's PS then add /ps2:
Example:
vlc /ts2:my_ts_file --sout '#....' --sout-all

(/ts2: forces to use another TS demuxer that is compatible with sout-all, not needed anymore with SVN)