Skip to content
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

处理英语视频时,裁剪出现问题 #78

Closed
leichengjiayou opened this issue Jun 25, 2024 · 2 comments
Closed

处理英语视频时,裁剪出现问题 #78

leichengjiayou opened this issue Jun 25, 2024 · 2 comments

Comments

@leichengjiayou
Copy link

在命令行输入-l en启动后,识别英语视频ASR后,根据说话人进行裁剪时出现问题:
File "/XXX/FunClip/funclip/videoclipper.py", line 221, in video_clip
sentences = sentences.split()
AttributeError: 'list' object has no attribute 'split'

@R1ckShi
Copy link
Collaborator

R1ckShi commented Jun 28, 2024

拉取最新的代码尝试一下哈,如果还有这个问题能否上传一个能够复现错误的视频对应的音频文件
我这边运行英文时没有这个错误
image

@leichengjiayou
Copy link
Author

还是不行,我这边英语视频太大传不上去,您试试用视频而不用音频?我看代码里音频clip不会区分语言而视频vedio_clip会区分语言进行不同的处理,我猜测是不是这有bug?

@R1ckShi R1ckShi closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants