Amir Ahmic
Amir Ahmic
> Yeah, i'd be very interested to know what we can do to speed things up. > > I'm running this in a Firebase cloud function, so wondering whether increasing...
The solution I'm thinking of is to split the complete process into multiple tasks and run it on AWS Lambda in parallel. Anyone here managed to port this to Lambda?
> @ahmic Is it even possible to parallel the process? @seifsg For my use case, it is possible. I'm recording multiple webpages for 5 seconds, and all generated videos are...
Any updates on this? Capturing 5 seconds video, 30 FPS takes - 40 seconds using default screenshot png mode - 5 seconds using canvas capture mode Is there any way...
Can confirm that formatting is not working as expected. Date is only displayed in specified format, after selecting it's the default one. Currently using computed property to "reformat" value..
> @ahmic I have the same issue. Can you post your solution? I've created computed property and there "reformat" date object from date picker ``` computed: { dateFormatted() { return...