Open mnbv7758 opened 4 weeks ago
How to remove audio and video length restrictions?
audio limitation:
https://github.com/CyberAgentAILab/TANGO/blob/e24a2f4c64f4e9addb57aad1ebb8cdaf2eeada6c/app.py#L558-L562
video limitiaion:
https://github.com/CyberAgentAILab/TANGO/blob/e24a2f4c64f4e9addb57aad1ebb8cdaf2eeada6c/app.py#L479-L504
@H-Liu1997 可以把具体要修改的位置和代码告诉我吗?
1 required_length = int(TARGET_SR (128 / 30)) 2 2 frames_to_save = fps* 20 @wangaocheng 改这2行就行了,分别是声音和视频的时长控制。
How to remove audio and video length restrictions?