PyAV icon indicating copy to clipboard operation
PyAV copied to clipboard

Allow data stream without codec context as template when adding stream to OutputContainer.

Open jonasdehlin opened this issue 3 years ago • 0 comments

I have a use case where I need to update the PTS and DTS values of a KLV data stream. The suggested change will enable the use of the data stream from the input container as template when adding the new data stream to the output container.

This is an update to an earlier pull request I posted, #767.

jonasdehlin avatar Oct 19 '22 17:10 jonasdehlin