Skip to content

Output video does not have Transparent background #5335

Open
@maylortaylor

Description

@maylortaylor

I can't get my rendered background video to have a transparent background. In the Remotion UI i see it has my animation and PNG loaded correctly. I see a transparent background in the preview window and the animation runs smoothyl and correctly. However, whenever I render a video, i get a black background instead of a transparent background.

I have tried every combination of render settings but the one that the internet and docs tell me to use are.

// Configure for transparency with ProRes 4444
Config.setPixelFormat('yuva444p10le');
Config.setCodec('prores');
Config.setProResProfile('4444');

I am on a Mac M2 and just using node or the UI to render these. I even tried doing an Image Sequence of transparent PNGs (which worked) but when i used FFMPEG to stich them together, the video has a black background.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions