-
Notifications
You must be signed in to change notification settings - Fork 439
Open
Description
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
Labels
No labels