Skip to content

如何产生透明通道的视频 #473

@lgkang

Description

@lgkang

issue提及到所有方法都试过了,都生成不了,
const creator = new FFCreator({
width: 720,
height: 1280,
fps: 60,
render: "gl",
transparent: true,
// outputOptions: ['vcodec', 'png'],
// useGL: true,
// antialias: true,
// voImageExtra: 'png',
// ext: 'mov',
// cacheFormat: 'png',
// cacheFormat: 'png',
// defaultOutputOptions: {
// // merge: false,
// options: ['-vcodec', 'png']
// },
});
transparent 我在ffcreator 打印的确为true, 传参是正确的,也没生效,能否提供一个产生透明通道视频的例子

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