ts-ebml icon indicating copy to clipboard operation
ts-ebml copied to clipboard

Modifying frames of existing WebM video

Open darind opened this issue 2 years ago • 0 comments

I have a WebM file (single video track encoded with VP9) and was wondering if I can use ts-ebml to perform the following:

  1. Parse the file and extract each frame
  2. Decode parsed frames (using W3C VideoDecoder)
  3. Apply some transformation on the frame (for example draw a rectangle in the middle)
  4. Encode the new frame back using VP9
  5. Assemble the new frames back to a WebM container file

darind avatar Mar 23 '22 10:03 darind