Coder Social home page Coder Social logo

should be able to add a blob about whammy HOT 2 OPEN

antimatter15 avatar antimatter15 commented on June 26, 2024
should be able to add a blob

from whammy.

Comments (2)

jimmywarting avatar jimmywarting commented on June 26, 2024

I manage to fix blob support but - this was what i was working on: https://jsfiddle.net/121qq2ae/2/
(with canvas out from whammy and having just only blob support you could start using web workers #34)

My vision for this was to end up with something that would pipe the input into another output so that when you added a frame you would get some chunks back (that way you could use it like a pipeline)

meaning you could potentially create however large video you want as long as you have somewhere to write the stdout too (could be Sandboxed FileSystem, the server or even StreamSaver)

But since i found another solution using captureStream & MediaRecorder i came to the condition that i didn't need whammy anymore... The final result: https://jsfiddle.net/jrftnp13/1/

I won't be digging into this anymore but i'm just saying this: It would be cool if you used the new ReadableStream api (the stream will be the movie and for every time the stream pulls you add a frame)


I would not want you to stop developing this neat little thing and use my solution to record a webm video. This has the potential of being DOM free (meaning it could run in node and web workers and even older browsers as long as you can get the frames as webp somehow)

from whammy.

hasesanches avatar hasesanches commented on June 26, 2024

Thank you so much for your work, it helped a lot!!!!

from whammy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.