Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebM videos flicker with a transparent pixel format on Lambda #3234

Open
JonnyBurger opened this issue Nov 29, 2023 · 0 comments
Open

WebM videos flicker with a transparent pixel format on Lambda #3234

JonnyBurger opened this issue Nov 29, 2023 · 0 comments

Comments

@JonnyBurger
Copy link
Member

I tried using same composition to create the video, created one with mp4 and another one with webm
I used following configuration with renderMediaOnLambda

let renderMediaOnLambdaProps = {
region,
functionName,
serveUrl: awsServerUrl,
framesPerLambda: 20,
inputProps: userProps,
codec: 'h264',
imageFormat: 'jpeg',
crf: 9,
maxRetries: 1,
jpegQuality: 100,
composition: lambdaCompositionV4,
privacy: 'public',}

For webp
let renderMediaOnLambdaProps = {
region,
functionName,
serveUrl: awsServerUrl,
framesPerLambda: 20,
inputProps: userProps,
codec: 'vp8',
imageFormat: 'png',
pixelFormat: 'yuva420p',
crf: 9,
maxRetries: 1,
composition: lambdaCompositionV4,
privacy: 'public',
}

https://github.com/remotion-dev/remotion/assets/1629785/bf61ec05-56aa-4728-8cb0-7501cc1a7340
out (2).webm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant