Revideo
Revideo Blog Articles
1.
Engineering
How we increased our rendering speeds by 70x using the WebCodecs API
Two weeks ago, rendering speeds were one of our biggest issues with Revideo. Without parallelizing your rendering jobs across serverless functions, the time it took to render a video was often too long to put into production. Luckil, a
2.
Company
Revideo reached the frontpage of Hackernews!
Last week, we posted about Revideo on Hackernews. We had already attempted a few Show HN’s before, which unfortunately did not get a lot of attention. This time however, we made it to the front page!
3.
Company
We’re building our company as a fork of another project - here is why
Three weeks ago, we launched Revideo, a framework for programmatically creating videos. Even though we’d only been working on it for a month at the time, Revideo was already quite far along and feature-rich...
4.
Engineering
Seeking faster video rendering with HTMLVideoElement
When making videos with Revideo, a common use-case is to take an already existing video file, and lay it down as part of a scene. While this works great for normal playback, when rendering the final videos, the time per frame becomes slower and slower...