How are you using this? // What functionality would you like to see?
Opened this issue · 2 comments
Curious to hear from anyone that has tried out this library (Or similar ones like Remotion, Re.video, etc).
What are your uses cases? What kinds of videos do you make?
What functionality would you like to see in this library?
Some on my mind:
- Export gifs instead of videos
- Better support for animation
- Improvements to livestreaming (I had some buffering/jank when I tried)
@Jonovono thank you so much for creating and open sourcing this library 😍
I haven't used it extensively yet but Audio support is something I'm interested in and I can see you've added it which I'm grateful for. I can see you give an example of playing audio from a remote URL but I imagine it will work just as well with a local URL.
@ptrkstr thanks for checking it out! please let me know if anything comes up once you dive in!
Audio is spotty rn. It should work from a local URL. I am currently having the following issues
- When I record audio the video duration for some reason is much longer, so I trim the video to the expected length and it seems to work
- If I am playing audio from multiple sources, first play the audio sounds fine but later on audio is like 'spread out'.
I need to just dive in and spend a couple days figuring it out