-
Notifications
You must be signed in to change notification settings - Fork 408
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
我采用ffmcreator合成一个2分钟的视频,累计时间9分钟完成,速度超慢能解决吗 #439
Comments
const creator = new FFCreator({ |
需要具体分析,可调整及更多ffmpeg params
|
crf参数,我从0 - 10 - 22 - 50 都试过了,合成时间还是9-10分钟,巨慢 |
preset参数,我从 veryslow到 ultrafast都是试过了,合成时间9-10分钟,巨慢 |
vb 参数怎么设置呢? |
const creator = new FFCreator({ |
需要具体分析你的动画,追求速度可以使用ffcreatorlite或者v2.0 |
ffcreatorlite有些需求实现不了。 |
使用lite版本,我把ffcreator代码拿过去运行,提示FFAudio is not a constructor |
@drawcall 大佬,使用lite版本,我需要要在视频中播放声音文件怎么操作,lite版本有文档或者demo吗? |
有点忙 回头帮你看sorry |
@drawcall ,大佬,记得帮我看看代码。 我刚才用lite版本运行了代码,但是很多方法都报错提示没有定义方法,比如: |
// 1.构造 //2.添加场景 creator.addChild(scene1); 就上面这段代码,其他啥也不做;总时长132秒; 生成时间需要93秒=1分33秒 |
我我采用ffmcreator合成一个2分钟的视频,里面有用了很多动画操作,
整个视频2分2秒,执行完成需要9分钟左右;服务器是独立主机,8核32G内存;
我通过优化了配置
highWaterMark=‘6mb’
parallel=8;
pool=true
没有任何左右,速度仍然很忙
The text was updated successfully, but these errors were encountered: