tnfe / FFCreator

A fast video processing library based on node.js (一个基于node.js的高速视频制作库)

Home Page:http://tnfe.github.io/FFCreator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

868618 opened this issue · comments

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 => {
这里面的逻辑永远不会触发,进程进入假死状态
})

Set scene duration