tsduck / tsduck

MPEG Transport Stream Toolkit
https://tsduck.io
BSD 2-Clause "Simplified" License
826 stars 205 forks source link

add audio stream to SPTS #914

Open rtpmedia opened 2 years ago

rtpmedia commented 2 years ago

Is it possible to use tsduck to add another audio track from another SPTS stream to the SPTS stream. And how to do it ?

lelegard commented 2 years ago

TSDuck is not a mux and while the merge plugin is good enough for data or service injection, it is not appropriate to synchronize audio / video components of a service.

I recommend to use ffmpeg for that.