so cool. would be insane to have a recording feature in animotion
@DjebbZАй бұрын
It's crazy, it's exactly what I needed for a project and BOOOM!, you explained everything I need. Thanks!
@theether5993Ай бұрын
Bro never disappoint. Great as usual
@jazza231Ай бұрын
Thank you for telling me that you can finally record in mp4, life saver
@bryamalfaroАй бұрын
Thanks man. It's amazing
@sacramagicАй бұрын
That is really cool, thank you! Just to confirm although you have it select tab audio, the only thing being saved in your tutorial is the video recording. We would need to follow what you have done and collect the audio and then set up some way of getting both tracks combined?
@JoyofCodeDevАй бұрын
for the recorder I used `getUserMedia` to get the microphone and added the track to the video stream
@thedelanyoАй бұрын
The browser permission pop-ups aren't really native at all.. they feel intrusive
@LetrixARАй бұрын
That's from the browser
@julienblanchon6082Ай бұрын
Why does remotion don't use this ?
@JoyofCodeDevАй бұрын
they could but Remotion is for making videos programmatically so you can render them using FFmpeg in the background and make sure it renders every frame
@julienblanchon6082Ай бұрын
@@JoyofCodeDev Yes but the way they are doing the rendering make it very hard to use in a pipeline (you must deploy to a lambda function)
@prashlovessamosa22 күн бұрын
cna you please make something on auth I was using lucia but now its getting depricated. i am using better auth its good still want something from your side.
@JoyofCodeDev22 күн бұрын
I have an entire video on doing auth from scratch in SvelteKit, but the new Svelte CLI also gives you an auth option based on Lucia if you do `npx sv create`
@prashlovessamosa22 күн бұрын
@@JoyofCodeDev ok will definitely check that out as Lucia going to be deprecated please make something around Better Auth. I have tried it with Remix it works great.