Viewing profile — hkonsti
hkonsti
HN member- Joined
- Wed, Apr 05, 2023, 10:26 PM UTC
- HN karma
- 114
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About hkonsti
No profile information was provided.
Recent public activity
-
comment
Comment #45000004
Site is down for me but I found this archived version: https://web.archive.org/web/20250823220326/https://actuallyg...
-
comment
Comment #43076724
Do you have a rough estimate of what the price per page was for this?
-
comment
Comment #41110425
Cool! I am the maintainer of a project that does very similar things. Maybe this is relevant for people trying to compose videos in JS or TS. https://github.com/redotvideo/revideo …
- story
-
comment
Comment #40656474
Thanks! We're using a server side ffmpeg process for the encoding right now, so running a server is required for rendering. We are exploring fully client-side rendering too but I'm…
-
comment
Comment #40656434
If you mean Moviepy, then yes, there are some advantages. As I mentioned in another comment, you can ship Revideo as part of your website and run it inside the browser. One of the …
-
comment
Comment #40656277
Thank you, I'll try to disable it! I noticed the little yanks too but didn't know where to look and therefore didn't take the time to try and get rid of it. Just checked out the de…
-
comment
Comment #40655238
It really depends on the complexity of the scene. We're only getting started on optimizing rendering and I'm convinced that we can get it to be significantly more performant/cheape…
-
comment
Comment #40652231
We haven't played around with this yet but this is possible. There are people working on this stuff in the Motion Canvas community, which is the animation library we're based on. I…
-
comment
Comment #40652147
I think you already mentioned a few interesting ideas. Ultimately, we'll just build what our users want and see from there.
-
comment
Comment #40652078
So far, we only have a prebuilt Player component for React, but it is definitely possible to integrate Revideo into a Vue project with a bit of hacking. I'd love to better understa…
-
comment
Comment #40652022
We tried to reach out to Jacob but unfortunately didn't get a response from him. In general, Revideo and Motion Canvas have very different goals and we were very reluctant to go th…
-
comment
Comment #40651770
Thank you! As of now, many people use Revideo to programatically create Youtube videos (primarily entertainment content, think of AI generated memes and Youtube Shorts) and for use…
-
comment
Comment #40651482
Hi Mokshith, we talked about releasing a project using the Sieve API and Revideo before! This is definitely something we still want to do. I'll reach out!
-
comment
Comment #40651320
Thank you! Love to hear it :)
-
comment
Comment #40651241
The fact that it is JS actually implies more than just being written in a different language. You can ship Revideo as part of your website and run it inside the browser. One of the…
-
comment
Comment #40650842
Hey! I'm not really familiar with either one so take this with a grain of salt. On the first glance, it doesn't seem like these projects are designed to be run in the browser. We'r…
-
comment
Comment #40650603
Yes, that's us! We started out in the open source LLM space, but realized that most companies didn't really have any real use cases for custom fine-tuned LLMs. Maybe we were too ea…
-
comment
Comment #40650309
Certainly! You can pretty much build full video editors with Revideo. There are many companies with video-editing at the core of their product that could have been built with us (t…
-
comment
Comment #40649807
Encoding the video in the browser is on the roadmap, but currently we stream the frames one by one to an ffmpeg backend process and concatenate them into a video there. This has be…
-
comment
Comment #40649525
The main use case is not necessarily about AI, but about putting all sorts of assets together into a video. However, we definitely see a lot of people using AI-generated voices and…
-
comment
Comment #40649409
I agree! We were definitely motivated by the emergence of AI tools for video when building Revideo - as mentioned in the post, we think that a lot of video creation can be automate…
-
comment
Comment #40649350
This is unfortunately not something that is currently on the roadmap. Revideo mainly runs inside the browser which is why we built it entirely in Typescript. You can check out movi…
-
comment
Comment #40649330
Yes, exactly! We're also big fans of the generator function model. In Remotion, you get the current frame of the animation through a React hook called useCurrentFrame(). You then u…
-
story
Show HN: Revideo – Create Videos with Code
Hey HN! We’re building Revideo ( https://github.com/redotvideo/revideo ), an open source framework for programmatic video editing. Revideo lets you create video templates in Typesc…