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

FFVideo实例的setLoop方法调用之后,永远不会触发FFCreator实例的complete事件 #406

Open
868618 opened this issue Nov 2, 2023 · 1 comment

Comments

@868618
Copy link

868618 commented Nov 2, 2023

const filmHeader = new FFVideo({
path: asstes.materials.filmHead,
width: size.width,
height: size.height,
x: size.width / 2,
y: size.height / 2,
})

filmHeader.setLoop(true)

creator.on('complete', e => {
这里面的逻辑永远不会触发,进程进入假死状态
})

@drawcall
Copy link
Member

Set scene duration

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

2 participants