Jonny Burger

Results 428 comments of Jonny Burger

@leapofazzam123 No progress beyond the current state in the `vue` branch. My concern at the moment is that all the components such as `Video`, `Audio`, `Sequence`, `Series`, `Loop` etc. also...

@ansarizafar Thanks, I will give it a shot at least!

@Wulfheart It's possible, but there will be a lot of code duplication. I'm afraid that it will multiply the maintenance burden, so I'll hold off for the moment.

Related: There is a framework called Svelte-in-Motion: https://github.com/novacbn/svelte-in-motion

True! I'm thinking since they are opinionated, they shouldn't be released in core. It would be nice to publish them in some way. Maybe @remotion/transitions or maybe I release them...

This is now WIP: https://github.com/remotion-dev/remotion/pull/1057

Hi Tom! Thanks for the thoughtful issue! I see it similarly as you. It would be useful, but I would not add it to @remotion/media-utils which at the moment is...

On Linux I use this to determine FPS: `ffprobe out.mp4 2>&1 | grep fps`

``` AWSTemplateFormatVersion: 2010-09-09 Resources: RemotionLambdaUser: Type: 'AWS::IAM::User' Properties: UserName: remotion-user Policies: - PolicyName: remotion-user-policy PolicyDocument: Version: 2012-10-17 Statement: - Sid: HandleQuotas Effect: Allow Action: - 'servicequotas:GetServiceQuota' - 'servicequotas:GetAWSDefaultServiceQuota' - 'servicequotas:RequestServiceQuotaIncrease'...

That's nice attention to convention! US English is also fine of course!