[w3ctag/design-reviews] Client-side video editing (MediaBlob) (#514)

Hello TAG! 

  

I'm requesting a TAG review of **Client-side video editing (MediaBlob)**

  
MediaBlob is a high-level API that enables video editing on the browser.  This API solves these common overheads/workarounds that web developers currently use for editing media: 
1. Use external JavaScript/WebAssembly libraries usually in several MBs (affects bandwidth and may not be efficient) 
2. Server roundtrip (affects both time and bandwidth) 

This API is introducing trim, concatenation and split operations on the media files. 

  - Explainer: https://github.com/WICG/video-editing/blob/master/readme.md 

  - GitHub repo (if you prefer feedback filed there): https://github.com/WICG/video-editing/ 

  - Primary contacts: 

      - Yash Khandelwal (@ykh015), Microsoft 

      - Steve Becker (@SteveBeckerMSFT), Microsoft 

  - Organization/project driving the design: Microsoft  

  - External status/issue trackers for this feature (publicly visible, e.g. Chrome Status):  None yet 

  
Further details: 

  - [x] I have reviewed the TAG's [API Design Principles](https://w3ctag.github.io/design-principles/) 

  - The group where the incubation/design work on this is being done (or is intended to be done in the future): WICG 

  - The group where standardization of this work is intended to be done ("unknown" if not known): unknown 

  - Major unresolved issues with or opposition to this design: None yet 

  

We'd prefer the TAG provide feedback as: 

  🐛 open issues in our GitHub repo for **each point of feedback** 

  

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/514

Received on Tuesday, 19 May 2020 21:43:50 UTC