tnfe / FFCreator

A fast video processing library based on node.js (一个基于node.js的高速视频制作库)
http://tnfe.github.io/FFCreator/
MIT License
2.78k stars 392 forks source link

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

Open 868618 opened 8 months ago

868618 commented 8 months ago

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 commented 8 months ago

Set scene duration