Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifying frames of existing WebM video #39

Open
darind opened this issue Mar 23, 2022 · 0 comments
Open

Modifying frames of existing WebM video #39

darind opened this issue Mar 23, 2022 · 0 comments

Comments

@darind
Copy link

darind commented Mar 23, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant