pytorch / audio

Data manipulation and transformation for audio signal processing, powered by PyTorch
https://pytorch.org/audio
BSD 2-Clause "Simplified" License
2.43k stars 635 forks source link

Packet passthrough support #3795

Open materight opened 1 month ago

materight commented 1 month ago

🚀 The feature

Allow to re-mux packets to a new container without decoding and re-encoding. Initial support for it seems to already be there (#3220) but it's currently not usable in python.

Motivation, pitch

Allowing to re-mux packets to a container would make more some processing more efficitent if only a part of the source streams need to be transformed (e.g. when modifying a video while keeping the original audio).

Alternatives

No response

Additional context

No response