You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the capability to transcode multiple different audio streams at the same time in one avpipe session.
The stream index of audio streams can be passed to the avpipe session using xcparams_t (for mpegts might need to pass multiple stream id, if stream index doesn't work).
All the audio streams have to have the same timebase.
This specifically can be useful when transcoding a live stream with multiple audios and generating mezzanine files.
In addition to capture and transcode different audio streams, it is needed to capture the caption at the same time.
The text was updated successfully, but these errors were encountered:
issue #31
* Add multi audio transcoding feature to avpipe
* Add stream_index to stat callback functions
* New unit tests for multi audio VOD and live
* Remove audio_fill_gap param (it was deprecated).
* Adjust pts of the input stream in all the cases, and not only for MPEGTS/RTMP
* Increase avpipe version
The text was updated successfully, but these errors were encountered: