open-mmlab / FoleyCrafter

FoleyCrafter: Bring Silent Videos to Life with Lifelike and Synchronized Sounds. AI拟音大师,给你的无声视频添加生动而且同步的音效 😝

Home Page:https://foleycrafter.github.io/

Repository from Github https://github.comopen-mmlab/FoleyCrafterRepository from Github https://github.comopen-mmlab/FoleyCrafter

视频最长支持多少秒?

sp1cae opened this issue · comments

commented

我看到app.py代码里有限制,使用app.py输出的视频最长只能10s,是否可以手动修改,或者有其他方法

不可以,他们用的基于 mel 的现成的音频生成模型。要实现任意时长,比较好的方法是用类似 stable audio 的方法来做。