mediacapture-transform icon indicating copy to clipboard operation
mediacapture-transform copied to clipboard

MediaStreamTrack Insertable Media Processing using Streams

Results 24 mediacapture-transform issues
Sort by recently updated
recently updated
newest added

Current API allows getting access to raw media in main thread which has known issues in terms of robustness and implementation. We should envision an API that does processing by...

@padenot is proposing a change to the WebCodecs API to [improve memory locality](https://github.com/w3c/webcodecs/issues/212). I would like to understand if this has any implications for Mediacapture-transform. Currently, `VideoFrame` buffers can be...

question

The current version of the API requires track transferability, but this shouldn't be necessary. Currently, tracks are useless on workers except for this API, so we shouldn't add that as...

This PR changes the spec to describe how MSTP/MSTG interacts with timestamps added by https://github.com/w3c/mediacapture-extensions/pull/156. Related to changes needed by https://github.com/w3c/webcodecs/pull/813 *** Preview | Diff