PyAV
PyAV copied to clipboard
Allow data stream without codec context as template when adding stream to OutputContainer.
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.
Hi, could you please add a unit test for this?
This is outdated and I will submit a new pull request.