On Mon, 4 Dec 2000, Ralph Metzler < wrote: Hi I have MPEG-2 Audio and Video streams to be converted into a TS. I have written a code to convert Audio and Video ES to PES. Does the av_pes2any take individual audio and video PES or do i have to multiplex the PES audio video packets? regards Vinod > M V Vinod Kumar writes: > > Hi > > Does anyone know where i can download a transport stream > > multiplexer to multiplex an audio and video stream, if available. > > > > Thanx in advance > > > > We have a collection of tools (including PES to TS conversion) of this > kind in our DVB driver package. > It is available from http://www.linuxtv.org/download/dvb/ > Unpack siemens_dvb-0.8.tar.gz and look in DVB/apps/gVideo/av_pes2any/ > "make" and "make links". > "pes2ts" converts PES streams (PS or just mixed audio video PES) to > transport streams and also writes a PAT and PMT with appropriate entries. > > Are your input streams separate ES or PES streams or is it a multiplex? > "pes2ts" does not support separate audio and video streams as input. If you > need that you will have to multiplex them first. > > Ralph > > > > _______________________________________________ > Video4linux-list mailing list > Video4linux-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/video4linux-list > --