彭辉

Results 2 issues of 彭辉

My CI server keeps building successfully for more than a month, but today I got an error when on notarizing. The error message is ``` Error: HTTP status code: 401....

起因是,视频稍长就会出现音画不同步的问题。手动添加text,通过addEffect设置的出现和消失的时间,实际生成的视频,误差1%逐渐累积,到300秒,那一秒的text会延迟3秒出现: 可重现问题的demo代码(修改自example/text.js): ```Javascript const cover = path.join(__dirname, './assets/imgs/cover/cover2.jpg'); const font1 = path.join(__dirname, './assets/font/font1.ttf'); const outputDir = path.join(__dirname, './output/'); const cacheDir = path.join(__dirname, './cache/'); // create creator instance const width =...